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 |
|---|---|---|
| object | dataAsAnonymousType |
Returns
| Type | Description |
|---|---|
| IUpdateWhereBuilder |