Search Results for

    Show / Hide Table of Contents

    Interface ICreateIndexColumnUniqueOptionsSyntax

    Extension point for unique column options

    Inherited Members
    ICreateIndexOnColumnSyntax.OnColumn(string)
    ICreateIndexOnColumnSyntax.WithOptions()
    Namespace: FluentMigrator.Builders.Create.Index
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface ICreateIndexColumnUniqueOptionsSyntax : ICreateIndexOnColumnSyntax

    Properties

    | Edit this page View Source

    CurrentColumn

    Access to the current index column definition

    Declaration
    IndexColumnDefinition CurrentColumn { get; }
    Property Value
    Type Description
    IndexColumnDefinition

    Extension Methods

    SqlServerExtensions.NullsDistinct(ICreateIndexColumnUniqueOptionsSyntax, bool)
    SqlServerExtensions.NullsNotDistinct(ICreateIndexColumnUniqueOptionsSyntax)
    PostgresExtensions.Include(ICreateIndexOnColumnSyntax, string)
    SqlServerExtensions.Include(ICreateIndexOnColumnSyntax, string)
    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.