Interface IDescriptionGenerator
  Generate SQL statements to set descriptions for tables and columns
 
  
  
  Assembly: FluentMigrator.Runner.Core.dll
  Syntax
  
    public interface IDescriptionGenerator
   
  Methods
  
  GenerateDescriptionStatement(AlterColumnExpression)
  
  
  Declaration
  
    string GenerateDescriptionStatement(AlterColumnExpression expression)
   
  Parameters
  
  Returns
  
  
  GenerateDescriptionStatement(AlterTableExpression)
  
  
  Declaration
  
    string GenerateDescriptionStatement(AlterTableExpression expression)
   
  Parameters
  
  Returns
  
  
  GenerateDescriptionStatement(CreateColumnExpression)
  
  
  Declaration
  
    string GenerateDescriptionStatement(CreateColumnExpression expression)
   
  Parameters
  
  Returns
  
  
  GenerateDescriptionStatements(CreateTableExpression)
  
  
  Declaration
  
    IEnumerable<string> GenerateDescriptionStatements(CreateTableExpression expression)
   
  Parameters
  
  Returns