Class SqlServerCeDbFactory
Inheritance
SqlServerCeDbFactory
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
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
Returns
Overrides
Implements