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