Search Results for

    Show / Hide Table of Contents

    Interface ICreateIndexForTableSyntax

    Definition of the table the index belongs to

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

    Methods

    | Edit this page View Source

    OnTable(string)

    Defines the table the new index belongs to

    Declaration
    ICreateIndexOnColumnOrInSchemaSyntax OnTable(string tableName)
    Parameters
    Type Name Description
    string tableName

    The table name

    Returns
    Type Description
    ICreateIndexOnColumnOrInSchemaSyntax

    Column or schema definition

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