Search Results for

    Show / Hide Table of Contents

    Class SqlServerCeDbFactory

    Inheritance
    object
    DbFactoryBase
    ReflectionBasedDbFactory
    SqlServerCeDbFactory
    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)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors.SqlServer
    Assembly: FluentMigrator.Runner.SqlServerCe.dll
    Syntax
    public class SqlServerCeDbFactory : ReflectionBasedDbFactory, IDbFactory

    Constructors

    | Edit this page View Source

    SqlServerCeDbFactory()

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

    SqlServerCeDbFactory(IServiceProvider)

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

    Methods

    | Edit this page View Source

    CreateCommand(string, IDbConnection, IDbTransaction, IMigrationProcessorOptions)

    Declaration
    [Obsolete]
    public override 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
    Overrides
    DbFactoryBase.CreateCommand(string, IDbConnection, IDbTransaction, IMigrationProcessorOptions)

    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.