Search Results for

    Show / Hide Table of Contents

    Interface IAutoNameExpression

    The expression requires an automatically generated name

    Namespace: FluentMigrator.Expressions
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IAutoNameExpression

    Properties

    AutoNameContext

    Gets or sets the context in which the automatically generated name gets used

    Declaration
    AutoNameContext AutoNameContext { get; }
    Property Value
    Type Description
    AutoNameContext

    AutoNames

    Gets or sets the automatically generated names

    Declaration
    IList<string> AutoNames { get; set; }
    Property Value
    Type Description
    IList<string>

    DatabaseNames

    Gets the database names

    Declaration
    IList<string> DatabaseNames { get; }
    Property Value
    Type Description
    IList<string>

    Direction

    Gets the direction of the migration

    Declaration
    MigrationDirection Direction { get; }
    Property Value
    Type Description
    MigrationDirection

    MigrationType

    Gets the type of the migration object

    Declaration
    Type MigrationType { get; }
    Property Value
    Type Description
    Type
    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.