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
| Edit this page View SourceInSchema(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  |