Class AlterBuilder
Implements IAlter
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter
Assembly: Umbraco.Infrastructure.dll
Syntax
public class AlterBuilder : IAlterBuilder, IFluentBuilder
Constructors
View SourceAlterBuilder(IMigrationContext)
Declaration
public AlterBuilder(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context |
Methods
View SourceTable(String)
Specifies the table to alter.
Declaration
public IAlterTableBuilder Table(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System. |
tableName |
Returns
Type | Description |
---|---|
IAlter |