Search Results for

    Show / Hide Table of Contents

    Class EmptyDescriptionGenerator

    Inheritance
    object
    EmptyDescriptionGenerator
    Implements
    IDescriptionGenerator
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators
    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
    Type Name Description
    AlterColumnExpression expression
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateDescriptionStatement(AlterTableExpression)

    Declaration
    public string GenerateDescriptionStatement(AlterTableExpression expression)
    Parameters
    Type Name Description
    AlterTableExpression expression
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateDescriptionStatement(CreateColumnExpression)

    Declaration
    public string GenerateDescriptionStatement(CreateColumnExpression expression)
    Parameters
    Type Name Description
    CreateColumnExpression expression
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateDescriptionStatements(CreateTableExpression)

    Declaration
    public IEnumerable<string> GenerateDescriptionStatements(CreateTableExpression expression)
    Parameters
    Type Name Description
    CreateTableExpression expression
    Returns
    Type Description
    IEnumerable<string>

    Implements

    IDescriptionGenerator
    • Edit this page
    • View Source
    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.