Search Results for

    Show / Hide Table of Contents

    Interface ICreateIndexOnColumnSyntax

    Definition of index columns or options

    Namespace: FluentMigrator.Builders.Create.Index
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface ICreateIndexOnColumnSyntax

    Methods

    | Edit this page View Source

    OnColumn(string)

    Defines the index column

    Declaration
    ICreateIndexColumnOptionsSyntax OnColumn(string columnName)
    Parameters
    Type Name Description
    string columnName

    The column name

    Returns
    Type Description
    ICreateIndexColumnOptionsSyntax

    Defines the index column options

    | Edit this page View Source

    WithOptions()

    Set the index options

    Declaration
    ICreateIndexOptionsSyntax WithOptions()
    Returns
    Type Description
    ICreateIndexOptionsSyntax

    Defines the index options

    Extension Methods

    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.