Interface IAlterBuilder
Builds an Alter expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IAlterBuilder : IFluentBuilder
Methods
View SourceTable(String)
Specifies the table to alter.
Declaration
IAlterTableBuilder Table(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName |
Returns
Type | Description |
---|---|
IAlterTableBuilder |