Interface IInsertDataOrInSchemaSyntax
Specify the data or schema to insert
Namespace: FluentMigrator.Builders.Insert
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IInsertDataOrInSchemaSyntax : IInsertDataSyntax
Methods
| Edit this page View SourceInSchema(string)
Specify the schema of the table to insert data
Declaration
IInsertDataSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema |
Returns
Type | Description |
---|---|
IInsertDataSyntax | The next step |