Search Results for

    Show / Hide Table of Contents

    Interface ICreateIndexOnColumnOrInSchemaSyntax

    Definition of the schema the table belongs to

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

    Methods

    | Edit this page View Source

    InSchema(string)

    Defines the schema of the table to create the index for

    Declaration
    ICreateIndexOnColumnSyntax InSchema(string schemaName)
    Parameters
    Type Name Description
    string schemaName

    The schema name

    Returns
    Type Description
    ICreateIndexOnColumnSyntax

    Definition of index columns

    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.