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 which table to alter in the database schema.
Declaration
IAlterTableBuilder Table(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName | The name of the table to be altered. |
Returns
| Type | Description |
|---|---|
| IAlterTableBuilder | An IAlterTableBuilder instance to continue building the alteration expression. |