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