Interface IMigrationProcessorFactory
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IMigrationProcessorFactory
Properties
|
Improve this Doc
View Source
Name
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Create(String, IAnnouncer, IMigrationProcessorOptions)
Declaration
IMigrationProcessor Create(string connectionString, IAnnouncer announcer, IMigrationProcessorOptions options)
Parameters
Returns
|
Improve this Doc
View Source
IsForProvider(String)
Returns a value indicating whether this processor factory can use the given DB provider
Declaration
bool IsForProvider(string provider)
Parameters
Type |
Name |
Description |
String |
provider |
The DB provider name
|
Returns
Type |
Description |
Boolean |
true when this processor factory can use the given DB provider
|