Search Results for

    Show / Hide Table of Contents

    Class ReflectionBasedDbFactory

    Inheritance
    object
    DbFactoryBase
    ReflectionBasedDbFactory
    Db2DbFactory
    Db2DbFactory
    Db2ISeriesDbFactory
    Db2ISeriesDbFactory
    DotConnectOracleDbFactory
    DotConnectOracleDbFactory
    FirebirdDbFactory
    FirebirdDbFactory
    HanaDbFactory
    HanaDbFactory
    MySqlDbFactory
    MySqlDbFactory
    OracleBaseDbFactory
    OracleDbFactory
    OracleManagedDbFactory
    PostgresDbFactory
    PostgresDbFactory
    RedshiftDbFactory
    RedshiftDbFactory
    SQLiteDbFactory
    SQLiteDbFactory
    SqlAnywhereDbFactory
    SqlServerCeDbFactory
    SqlServerCeDbFactory
    Implements
    IDbFactory
    Inherited Members
    DbFactoryBase.Factory
    DbFactoryBase.CreateConnection(string)
    DbFactoryBase.CreateCommand(string, IDbConnection, IDbTransaction, IMigrationProcessorOptions)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class ReflectionBasedDbFactory : DbFactoryBase, IDbFactory

    Constructors

    | Edit this page View Source

    ReflectionBasedDbFactory(params TestEntry[])

    Declaration
    [Obsolete]
    protected ReflectionBasedDbFactory(params ReflectionBasedDbFactory.TestEntry[] testEntries)
    Parameters
    Type Name Description
    TestEntry[] testEntries
    | Edit this page View Source

    ReflectionBasedDbFactory(IServiceProvider, params TestEntry[])

    Declaration
    protected ReflectionBasedDbFactory(IServiceProvider serviceProvider, params ReflectionBasedDbFactory.TestEntry[] testEntries)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    TestEntry[] testEntries
    | Edit this page View Source

    ReflectionBasedDbFactory(string, string)

    Declaration
    [Obsolete]
    public ReflectionBasedDbFactory(string assemblyName, string dbProviderFactoryTypeName)
    Parameters
    Type Name Description
    string assemblyName
    string dbProviderFactoryTypeName

    Methods

    | Edit this page View Source

    CreateFactory()

    Declaration
    protected override DbProviderFactory CreateFactory()
    Returns
    Type Description
    DbProviderFactory
    Overrides
    DbFactoryBase.CreateFactory()
    | Edit this page View Source

    TryCreateFactory(IEnumerable<TestEntry>, ICollection<Exception>, out DbProviderFactory)

    Declaration
    [Obsolete]
    protected static bool TryCreateFactory(IEnumerable<ReflectionBasedDbFactory.TestEntry> entries, ICollection<Exception> exceptions, out DbProviderFactory factory)
    Parameters
    Type Name Description
    IEnumerable<ReflectionBasedDbFactory.TestEntry> entries
    ICollection<Exception> exceptions
    DbProviderFactory factory
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryCreateFactory(IServiceProvider, IEnumerable<TestEntry>, ICollection<Exception>, out DbProviderFactory)

    Declaration
    protected static bool TryCreateFactory(IServiceProvider serviceProvider, IEnumerable<ReflectionBasedDbFactory.TestEntry> entries, ICollection<Exception> exceptions, out DbProviderFactory factory)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    IEnumerable<ReflectionBasedDbFactory.TestEntry> entries
    ICollection<Exception> exceptions
    DbProviderFactory factory
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryCreateFactoryFromRuntimeHost(TestEntry, ICollection<Exception>, out DbProviderFactory)

    Declaration
    [Obsolete]
    protected static bool TryCreateFactoryFromRuntimeHost(ReflectionBasedDbFactory.TestEntry entry, ICollection<Exception> exceptions, out DbProviderFactory factory)
    Parameters
    Type Name Description
    ReflectionBasedDbFactory.TestEntry entry
    ICollection<Exception> exceptions
    DbProviderFactory factory
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryCreateFactoryFromRuntimeHost(TestEntry, ICollection<Exception>, IServiceProvider, out DbProviderFactory)

    Declaration
    protected static bool TryCreateFactoryFromRuntimeHost(ReflectionBasedDbFactory.TestEntry entry, ICollection<Exception> exceptions, IServiceProvider serviceProvider, out DbProviderFactory factory)
    Parameters
    Type Name Description
    ReflectionBasedDbFactory.TestEntry entry
    ICollection<Exception> exceptions
    IServiceProvider serviceProvider
    DbProviderFactory factory
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryCreateFromAppDomainPaths(TestEntry, ICollection<Exception>, out DbProviderFactory)

    Declaration
    protected static bool TryCreateFromAppDomainPaths(ReflectionBasedDbFactory.TestEntry entry, ICollection<Exception> exceptions, out DbProviderFactory factory)
    Parameters
    Type Name Description
    ReflectionBasedDbFactory.TestEntry entry
    ICollection<Exception> exceptions
    DbProviderFactory factory
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryLoadAssemblyFromAppDomainDirectories(string, ICollection<Exception>, out Assembly)

    Declaration
    protected static bool TryLoadAssemblyFromAppDomainDirectories(string assemblyName, ICollection<Exception> exceptions, out Assembly assembly)
    Parameters
    Type Name Description
    string assemblyName
    ICollection<Exception> exceptions
    Assembly assembly
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryLoadAssemblyFromDirectories(IEnumerable<string>, string, ICollection<Exception>, out Assembly)

    Declaration
    protected static bool TryLoadAssemblyFromDirectories(IEnumerable<string> directories, string assemblyName, ICollection<Exception> exceptions, out Assembly assembly)
    Parameters
    Type Name Description
    IEnumerable<string> directories
    string assemblyName
    ICollection<Exception> exceptions
    Assembly assembly
    Returns
    Type Description
    bool

    Implements

    IDbFactory
    • 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.