Class SqlServer2005DescriptionGenerator
Inheritance
SqlServer2005DescriptionGenerator
Assembly: FluentMigrator.Runner.SqlServer.dll
Syntax
public class SqlServer2005DescriptionGenerator : GenericDescriptionGenerator, IDescriptionGenerator
Methods
|
Edit this page
View Source
GenerateColumnDescription(string, string, string, string)
Declaration
protected override string GenerateColumnDescription(string schemaName, string tableName, string columnName, string columnDescription)
Parameters
Returns
Overrides
|
Edit this page
View Source
GenerateDescriptionStatement(AlterColumnExpression)
Declaration
public override string GenerateDescriptionStatement(AlterColumnExpression expression)
Parameters
Returns
Overrides
|
Edit this page
View Source
GenerateDescriptionStatement(AlterTableExpression)
Declaration
public override string GenerateDescriptionStatement(AlterTableExpression expression)
Parameters
Returns
Overrides
|
Edit this page
View Source
GenerateTableDescription(string, string, string)
Declaration
protected override string GenerateTableDescription(string schemaName, string tableName, string tableDescription)
Parameters
Returns
Overrides
Implements