Interface IUpdateTableBuilder
Builds an Update expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IUpdateTableBuilder
Methods
View SourceSet(Object)
Specifies the data.
Declaration
IUpdateWhereBuilder Set(object dataAsAnonymousType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | dataAsAnonymousType |
Returns
| Type | Description |
|---|---|
| IUpdateWhereBuilder |