Interface IInSchemaSyntax
Defines the schema
Namespace: FluentMigrator.Builders
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IInSchemaSyntax
Methods
| Edit this page View SourceInSchema(string)
Specifies the schema
Declaration
void InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |