Class SQLiteRunnerBuilderExtensions
Extension methods for IMigrationRunnerBuilder
Inherited Members
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.SQLite.dll
Syntax
public static class SQLiteRunnerBuilderExtensions
Methods
| Edit this page View SourceAddSQLite(IMigrationRunnerBuilder)
Adds SQLite support
Declaration
public static IMigrationRunnerBuilder AddSQLite(this IMigrationRunnerBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IMigrationRunnerBuilder | builder | The builder to add the SQLite-specific services to |
Returns
Type | Description |
---|---|
IMigrationRunnerBuilder | The migration runner builder |