Interface ICreateColumnOnTableBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Column
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ICreateColumnOnTableBuilder : IColumnTypeBuilder<ICreateColumnOptionBuilder>, IFluentBuilder
Methods
View SourceOnTable(String)
Specifies the name of the table.
Declaration
ICreateColumnTypeBuilder OnTable(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ICreateColumnTypeBuilder |