Class AlterBuilder
Implements IAlterBuilder.
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 |
---|---|---|
IMigrationContext | context |
Methods
View SourceTable(String)
Specifies the table to alter.
Declaration
public IAlterTableBuilder Table(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName |
Returns
Type | Description |
---|---|
IAlterTableBuilder |