Class UpdateBuilder
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UpdateBuilder : IUpdateBuilder, IFluentBuilder
Constructors
View SourceUpdateBuilder(IMigrationContext)
Declaration
public UpdateBuilder(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context |
Methods
View SourceTable(String)
Specifies the table to update.
Declaration
public IUpdateTableBuilder Table(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System. |
tableName |
Returns
Type | Description |
---|---|
IUpdate |