Interface IUpdateSetSyntax
Specify the data to update
Namespace: FluentMigrator.Builders.Update
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IUpdateSetSyntax
Methods
| Edit this page View SourceSet(object)
Specify the values to be set
Declaration
IUpdateWhereSyntax Set(object dataAsAnonymousType)
Parameters
Type | Name | Description |
---|---|---|
object | dataAsAnonymousType | The columns and values to be used set |
Returns
Type | Description |
---|---|
IUpdateWhereSyntax | The next step |