Interface IUpdateWhereBuilder
Builds an Update expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IUpdateWhereBuilder
Methods
View SourceAllRows()
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 |