Interface ICreateIndexColumnUniqueOptionsSyntax
Extension point for unique column options
Inherited Members
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexColumnUniqueOptionsSyntax : ICreateIndexOnColumnSyntax
Properties
| Edit this page View SourceCurrentColumn
Access to the current index column definition
Declaration
IndexColumnDefinition CurrentColumn { get; }
Property Value
Type | Description |
---|---|
IndexColumnDefinition |