Class DeleteColumnExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DeleteColumnExpression : MigrationExpressionBase, IMigrationExpression
Constructors
DeleteColumnExpression(IMigrationContext)
Declaration
public DeleteColumnExpression(IMigrationContext context)
Parameters
Properties
ColumnNames
Declaration
public ICollection<string> ColumnNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
TableName
Declaration
public virtual string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|