Class SqlAnywhere16ProcessorFactory
  
  
  
    Inheritance
    
    
    SqlAnywhere16ProcessorFactory
   
  
  
  
  Assembly: FluentMigrator.Runner.SqlAnywhere.dll
  Syntax
  
    [Obsolete]
public class SqlAnywhere16ProcessorFactory : MigrationProcessorFactory, IMigrationProcessorFactory
   
  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