Search Results for

    Show / Hide Table of Contents

    Interface IDescriptionGenerator

    Generate SQL statements to set descriptions for tables and columns

    Namespace: FluentMigrator.Runner.Generators
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IDescriptionGenerator

    Methods

    GenerateDescriptionStatement(AlterColumnExpression)

    Declaration
    string GenerateDescriptionStatement(AlterColumnExpression expression)
    Parameters
    Type Name Description
    AlterColumnExpression expression
    Returns
    Type Description
    string

    GenerateDescriptionStatement(AlterTableExpression)

    Declaration
    string GenerateDescriptionStatement(AlterTableExpression expression)
    Parameters
    Type Name Description
    AlterTableExpression expression
    Returns
    Type Description
    string

    GenerateDescriptionStatement(CreateColumnExpression)

    Declaration
    string GenerateDescriptionStatement(CreateColumnExpression expression)
    Parameters
    Type Name Description
    CreateColumnExpression expression
    Returns
    Type Description
    string

    GenerateDescriptionStatements(CreateTableExpression)

    Declaration
    IEnumerable<string> GenerateDescriptionStatements(CreateTableExpression expression)
    Parameters
    Type Name Description
    CreateTableExpression expression
    Returns
    Type Description
    IEnumerable<string>
    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.