Class MigrationProcessorFactory
Inheritance
MigrationProcessorFactory
FluentMigrator.Runner.Processors.SqlAnywhere.SqlAnywhere16ProcessorFactory
FluentMigrator.Runner.Processors.SqlAnywhere.SqlAnywhere16ProcessorFactory
FluentMigrator.Runner.Processors.SqlServer.SqlServerCeProcessorFactory
FluentMigrator.Runner.Processors.SqlServer.SqlServerCeProcessorFactory
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Processors
Assembly: FluentMigrator.Runner.Core.dll
Syntax
[Obsolete]
public abstract class MigrationProcessorFactory : IMigrationProcessorFactory
Properties
Name
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Create(string, IAnnouncer, IMigrationProcessorOptions)
Declaration
[Obsolete]
public abstract IMigrationProcessor Create(string connectionString, IAnnouncer announcer, IMigrationProcessorOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| IAnnouncer | announcer | |
| IMigrationProcessorOptions | options |
Returns
| Type | Description |
|---|---|
| IMigrationProcessor |
IsForProvider(string)
Returns a value indicating whether this processor factory can use the given DB provider
Declaration
[Obsolete]
public virtual bool IsForProvider(string provider)
Parameters
| Type | Name | Description |
|---|---|---|
| string | provider | The DB provider name |
Returns
| Type | Description |
|---|---|
| bool |
|