Interface ICreateIndexOnColumnOrInSchemaSyntax
Definition of the schema the table belongs to
Inherited Members
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexOnColumnOrInSchemaSyntax : ICreateIndexOnColumnSyntax
Methods
| Edit this page View SourceInSchema(string)
Defines the schema of the table to create the index for
Declaration
ICreateIndexOnColumnSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
ICreateIndexOnColumnSyntax | Definition of index columns |