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