Class SQLiteProcessorFactory
Inheritance
SQLiteProcessorFactory
Assembly: FluentMigrator.Runner.SQLite.dll
Syntax
[Obsolete]
public class SQLiteProcessorFactory : MigrationProcessorFactory, IMigrationProcessorFactory
Constructors
|
Edit this page
View Source
SQLiteProcessorFactory()
Declaration
[Obsolete]
public SQLiteProcessorFactory()
|
Edit this page
View Source
SQLiteProcessorFactory(IServiceProvider)
Declaration
public SQLiteProcessorFactory(IServiceProvider serviceProvider)
Parameters
Methods
|
Edit this page
View Source
Create(string, IAnnouncer, IMigrationProcessorOptions)
Declaration
[Obsolete]
public override IMigrationProcessor Create(string connectionString, IAnnouncer announcer, IMigrationProcessorOptions options)
Parameters
Returns
Overrides
Implements