Search Results for

    Show / Hide Table of Contents

    Class PostgresDbFactory

    Inheritance
    object
    DbFactoryBase
    ReflectionBasedDbFactory
    PostgresDbFactory
    Implements
    IDbFactory
    Inherited Members
    ReflectionBasedDbFactory.CreateFactory()
    ReflectionBasedDbFactory.TryCreateFactory(IEnumerable<ReflectionBasedDbFactory.TestEntry>, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFactory(IServiceProvider, IEnumerable<ReflectionBasedDbFactory.TestEntry>, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFromAppDomainPaths(ReflectionBasedDbFactory.TestEntry, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFactoryFromRuntimeHost(ReflectionBasedDbFactory.TestEntry, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFactoryFromRuntimeHost(ReflectionBasedDbFactory.TestEntry, ICollection<Exception>, IServiceProvider, out DbProviderFactory)
    ReflectionBasedDbFactory.TryLoadAssemblyFromAppDomainDirectories(string, ICollection<Exception>, out Assembly)
    ReflectionBasedDbFactory.TryLoadAssemblyFromDirectories(IEnumerable<string>, string, ICollection<Exception>, out Assembly)
    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.Postgres
    Assembly: FluentMigrator.Runner.Postgres.dll
    Syntax
    public class PostgresDbFactory : ReflectionBasedDbFactory, IDbFactory

    Constructors

    | Edit this page View Source

    PostgresDbFactory()

    Declaration
    [Obsolete]
    public PostgresDbFactory()
    | Edit this page View Source

    PostgresDbFactory(IServiceProvider)

    Declaration
    public PostgresDbFactory(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    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.