Search Results for

    Show / Hide Table of Contents

    Interface ICreateIndexNonKeyColumnSyntax

    The interface to add a column to a non-key column index

    Namespace: FluentMigrator.Builders.Create.Index
    Assembly: FluentMigrator.Extensions.SqlServer.dll
    Syntax
    public interface ICreateIndexNonKeyColumnSyntax

    Methods

    | Edit this page View Source

    Include(string)

    Define the column to add to the non-key column index

    Declaration
    ICreateIndexNonKeyColumnSyntax Include(string columnName)
    Parameters
    Type Name Description
    string columnName

    The column name

    Returns
    Type Description
    ICreateIndexNonKeyColumnSyntax

    The next step

    • 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.