Class MySql5Generator
  
  
  
    Inheritance
    
    
    
    
    MySql5Generator
   
  
  
  
  Assembly: FluentMigrator.Runner.MySql.dll
  Syntax
  
    public class MySql5Generator : MySql4Generator, IMigrationGenerator
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  MySql5Generator()
  
  
  Declaration
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MySql5Generator(IColumn, IQuoter, IDescriptionGenerator, IOptions<GeneratorOptions>)
  
  
  Declaration
  
    protected MySql5Generator(IColumn column, IQuoter quoter, IDescriptionGenerator descriptionGenerator, IOptions<GeneratorOptions> generatorOptions)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MySql5Generator(MySqlQuoter)
  
  
  Declaration
  
    public MySql5Generator(MySqlQuoter quoter)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MySql5Generator(MySqlQuoter, IOptions<GeneratorOptions>)
  
  
  Declaration
  
    public MySql5Generator(MySqlQuoter quoter, IOptions<GeneratorOptions> generatorOptions)
   
  Parameters
  
  Implements