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