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