Interface IDeleteIndexOnColumnOrInSchemaSyntax
Specify the column or schema of the index to delete
Inherited Members
Namespace: FluentMigrator.Builders.Delete.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteIndexOnColumnOrInSchemaSyntax : IDeleteIndexOnColumnSyntax
Methods
InSchema(string)
The schema of the index to delete
Declaration
IDeleteIndexOnColumnSyntax InSchema(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName | The schema name |
Returns
| Type | Description |
|---|---|
| IDeleteIndexOnColumnSyntax | The next step |