View Source
Interface IDeleteColumnBuilder
Builds a Delete Column expression.
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDeleteColumnBuilder : IFluentBuilder
Methods
View Source
Column(String)
Specifies the column to delete.
Declaration
IDeleteColumnBuilder Column(string columnName)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
Returns
View Source
FromTable(String)
Specifies the table of the column to delete.
Declaration
IExecutableBuilder FromTable(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
Returns