Interface IUpdateWhereSyntax
Interface the specify the update condition
Namespace: FluentMigrator.Builders.Update
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IUpdateWhereSyntax
Methods
| Edit this page View SourceAllRows()
Specify that all rows should be updated
Declaration
void AllRows()
Where(object)
Specify the condition of the rows to update
Declaration
void Where(object dataAsAnonymousType)
Parameters
Type | Name | Description |
---|---|---|
object | dataAsAnonymousType | The columns and values to be used as condition |