Search Results for

    Show / Hide Table of Contents

    Class SqlServer2005DescriptionGenerator

    Inheritance
    object
    GenericDescriptionGenerator
    SqlServer2005DescriptionGenerator
    Implements
    IDescriptionGenerator
    Inherited Members
    GenericDescriptionGenerator.GenerateDescriptionStatements(CreateTableExpression)
    GenericDescriptionGenerator.GenerateDescriptionStatement(CreateColumnExpression)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.SqlServer
    Assembly: FluentMigrator.Runner.SqlServer.dll
    Syntax
    public class SqlServer2005DescriptionGenerator : GenericDescriptionGenerator, IDescriptionGenerator

    Methods

    GenerateColumnDescription(string, string, string, string)

    Declaration
    protected override string GenerateColumnDescription(string schemaName, string tableName, string columnName, string columnDescription)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string columnName
    string columnDescription
    Returns
    Type Description
    string
    Overrides
    GenericDescriptionGenerator.GenerateColumnDescription(string, string, string, string)

    GenerateDescriptionStatement(AlterColumnExpression)

    Declaration
    public override string GenerateDescriptionStatement(AlterColumnExpression expression)
    Parameters
    Type Name Description
    AlterColumnExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericDescriptionGenerator.GenerateDescriptionStatement(AlterColumnExpression)

    GenerateDescriptionStatement(AlterTableExpression)

    Declaration
    public override string GenerateDescriptionStatement(AlterTableExpression expression)
    Parameters
    Type Name Description
    AlterTableExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericDescriptionGenerator.GenerateDescriptionStatement(AlterTableExpression)

    GenerateTableDescription(string, string, string)

    Declaration
    protected override string GenerateTableDescription(string schemaName, string tableName, string tableDescription)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string tableDescription
    Returns
    Type Description
    string
    Overrides
    GenericDescriptionGenerator.GenerateTableDescription(string, string, string)

    Implements

    IDescriptionGenerator
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.