Search Results for

    Show / Hide Table of Contents

    Interface IQuerySchema

    Namespace: FluentMigrator
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IQuerySchema

    Properties

    DatabaseType

    Declaration
    string DatabaseType { get; }
    Property Value
    Type Description
    string

    DatabaseTypeAliases

    Declaration
    IList<string> DatabaseTypeAliases { get; }
    Property Value
    Type Description
    IList<string>

    Methods

    ColumnExists(string, string, string)

    Declaration
    bool ColumnExists(string schemaName, string tableName, string columnName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string columnName
    Returns
    Type Description
    bool

    ConstraintExists(string, string, string)

    Declaration
    bool ConstraintExists(string schemaName, string tableName, string constraintName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string constraintName
    Returns
    Type Description
    bool

    DefaultValueExists(string, string, string, object)

    Declaration
    bool DefaultValueExists(string schemaName, string tableName, string columnName, object defaultValue)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string columnName
    object defaultValue
    Returns
    Type Description
    bool

    IndexExists(string, string, string)

    Declaration
    bool IndexExists(string schemaName, string tableName, string indexName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string indexName
    Returns
    Type Description
    bool

    SchemaExists(string)

    Declaration
    bool SchemaExists(string schemaName)
    Parameters
    Type Name Description
    string schemaName
    Returns
    Type Description
    bool

    SequenceExists(string, string)

    Declaration
    bool SequenceExists(string schemaName, string sequenceName)
    Parameters
    Type Name Description
    string schemaName
    string sequenceName
    Returns
    Type Description
    bool

    TableExists(string, string)

    Declaration
    bool TableExists(string schemaName, string tableName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    Returns
    Type Description
    bool
    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.