Interface ICreateIndexOnColumnOrInSchemaSyntax
Inherited Members
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexOnColumnOrInSchemaSyntax : ICreateIndexOnColumnSyntax
Methods
InSchema(string)
Declaration
ICreateIndexOnColumnSyntax InSchema(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName |
Returns
| Type | Description |
|---|---|
| ICreateIndexOnColumnSyntax |