Class RedshiftProcessorFactory
Inheritance
RedshiftProcessorFactory
Assembly: FluentMigrator.Runner.Redshift.dll
Syntax
[Obsolete]
public class RedshiftProcessorFactory : MigrationProcessorFactory, IMigrationProcessorFactory
Constructors
|
Edit this page
View Source
RedshiftProcessorFactory()
Declaration
[Obsolete]
public RedshiftProcessorFactory()
|
Edit this page
View Source
RedshiftProcessorFactory(IServiceProvider)
Declaration
public RedshiftProcessorFactory(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