Search Results for

    Show / Hide Table of Contents

    Class TableInfo

    Inheritance
    object
    TableInfo
    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 TableInfo

    Constructors

    | Edit this page View Source

    TableInfo(DataRow)

    Declaration
    public TableInfo(DataRow drMeta)
    Parameters
    Type Name Description
    DataRow drMeta
    | Edit this page View Source

    TableInfo(string, bool)

    Declaration
    public TableInfo(string name, bool exists)
    Parameters
    Type Name Description
    string name
    bool exists

    Properties

    | Edit this page View Source

    Exists

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

    Name

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

    Methods

    | Edit this page View Source

    Read(FirebirdProcessor, string, FirebirdQuoter)

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