Interface IUpdateSetOrInSchemaSyntax
Specify the schema or the data to update
Inherited Members
Namespace: FluentMigrator.Builders.Update
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IUpdateSetOrInSchemaSyntax : IUpdateSetSyntax
Methods
| Edit this page View SourceInSchema(string)
Specify the schema of the table to update its data
Declaration
IUpdateSetSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
IUpdateSetSyntax | The next step |