Interface IUpdateWhereBuilder
Builds an Update expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
Assembly: cs.temp.dll.dll
Syntax
public interface IUpdateWhereBuilder
Methods
AllRows()
Specifies that all rows must be updated.
Declaration
IExecutableBuilder AllRows()
Returns
| Type | Description |
|---|---|
| IExecutableBuilder |
Where(Object)
Specifies rows to update.
Declaration
IExecutableBuilder Where(object dataAsAnonymousType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | dataAsAnonymousType |
Returns
| Type | Description |
|---|---|
| IExecutableBuilder |