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