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 |
---|---|
IExecutable |
Where(Object)
Specifies rows to update.
Declaration
IExecutableBuilder Where(object dataAsAnonymousType)
Parameters
Type | Name | Description |
---|---|---|
System. |
dataAsAnonymousType |
Returns
Type | Description |
---|---|
IExecutable |