Interface IUpdateBuilder
Builds an Update expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IUpdateBuilder : IFluentBuilderMethods
View SourceTable(String)
Specifies the table to update.
Declaration
IUpdateTableBuilder Table(string tableName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | tableName | 
Returns
| Type | Description | 
|---|---|
| IUpdateTableBuilder |