Search Results for

    Show / Hide Table of Contents

    Interface IDbFactory

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

    Methods

    CreateCommand(string, IDbConnection, IDbTransaction, IMigrationProcessorOptions)

    Declaration
    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

    CreateConnection(string)

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