Class SqlServerProcessorFactory
Inheritance
SqlServerProcessorFactory
Assembly: FluentMigrator.Runner.SqlServer.dll
Syntax
[Obsolete]
public class SqlServerProcessorFactory : MigrationProcessorFactory, IMigrationProcessorFactory
Constructors
|
Edit this page
View Source
SqlServerProcessorFactory()
Declaration
[Obsolete]
public SqlServerProcessorFactory()
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
|
Edit this page
View Source
IsForProvider(string)
Returns a value indicating whether this processor factory can use the given DB provider
Declaration
[Obsolete]
public override bool IsForProvider(string provider)
Parameters
Type |
Name |
Description |
string |
provider |
The DB provider name
|
Returns
Type |
Description |
bool |
true when this processor factory can use the given DB provider
|
Overrides
Implements