Class EmptyDescriptionGenerator
  
  
  
    Inheritance
    
    EmptyDescriptionGenerator
   
  
  
  
  Assembly: FluentMigrator.Runner.Core.dll
  Syntax
  
    public class EmptyDescriptionGenerator : IDescriptionGenerator
   
  Methods
  
  GenerateDescriptionStatement(AlterColumnExpression)
  
  
  Declaration
  
    public string GenerateDescriptionStatement(AlterColumnExpression expression)
   
  Parameters
  
  Returns
  
  
  GenerateDescriptionStatement(AlterTableExpression)
  
  
  Declaration
  
    public string GenerateDescriptionStatement(AlterTableExpression expression)
   
  Parameters
  
  Returns
  
  
  GenerateDescriptionStatement(CreateColumnExpression)
  
  
  Declaration
  
    public string GenerateDescriptionStatement(CreateColumnExpression expression)
   
  Parameters
  
  Returns
  
  
  GenerateDescriptionStatements(CreateTableExpression)
  
  
  Declaration
  
    public IEnumerable<string> GenerateDescriptionStatements(CreateTableExpression expression)
   
  Parameters
  
  Returns
  
  Implements