Search Results for

    Show / Hide Table of Contents

    Interface IDbFactory

    Namespace: FluentMigrator.Runner.Processors
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    [Obsolete]
    public interface IDbFactory

    Methods

    | Edit this page View Source

    CreateCommand(string, IDbConnection, IDbTransaction, IMigrationProcessorOptions)

    Declaration
    [Obsolete]
    IDbCommand CreateCommand(string commandText, IDbConnection connection, IDbTransaction transaction, IMigrationProcessorOptions options)
    Parameters
    Type Name Description
    string commandText
    IDbConnection connection
    IDbTransaction transaction
    IMigrationProcessorOptions options
    Returns
    Type Description
    IDbCommand
    | Edit this page View Source

    CreateConnection(string)

    Declaration
    [Obsolete]
    IDbConnection CreateConnection(string connectionString)
    Parameters
    Type Name Description
    string connectionString
    Returns
    Type Description
    IDbConnection
    • 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.