Search Results for

    Show / Hide Table of Contents

    Class IndexInfo

    Inheritance
    object
    IndexInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: FluentMigrator.Runner.Processors.Firebird
    Assembly: FluentMigrator.Runner.Firebird.dll
    Syntax
    public sealed class IndexInfo

    Properties

    | Edit this page View Source

    Columns

    Declaration
    public List<string> Columns { get; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    IsAscending

    Declaration
    public bool IsAscending { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsUnique

    Declaration
    public bool IsUnique { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TableName

    Declaration
    public string TableName { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Read(FirebirdProcessor, TableInfo)

    Declaration
    public static List<IndexInfo> Read(FirebirdProcessor processor, TableInfo table)
    Parameters
    Type Name Description
    FirebirdProcessor processor
    TableInfo table
    Returns
    Type Description
    List<IndexInfo>
    | Edit this page View Source

    Read(FirebirdProcessor, string)

    Declaration
    public static IndexInfo Read(FirebirdProcessor processor, string indexName)
    Parameters
    Type Name Description
    FirebirdProcessor processor
    string indexName
    Returns
    Type Description
    IndexInfo
    • 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.