Search Results for

    Show / Hide Table of Contents

    Interface IVersionTableMetaData

    Namespace: FluentMigrator.Runner.VersionTableInfo
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IVersionTableMetaData

    Properties

    | Edit this page View Source

    ApplicationContext

    Provides access to

    ApplicationContext
    object.
    Declaration
    [Obsolete("Use dependency injection to get the IRunnerContext")]
    object ApplicationContext { get; set; }
    Property Value
    Type Description
    object
    Remarks

    ApplicationContext value is set by FluentMigrator immediately after instantiation of a class implementing

    IVersionTableMetaData
    and before any of properties of
    IVersionTableMetaData
    is called. Properties can use
    ApplicationContext
    value to implement context-depending logic.
    | Edit this page View Source

    AppliedOnColumnName

    Declaration
    string AppliedOnColumnName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ColumnName

    Declaration
    string ColumnName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DescriptionColumnName

    Declaration
    string DescriptionColumnName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OwnsSchema

    Declaration
    bool OwnsSchema { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SchemaName

    Declaration
    string SchemaName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TableName

    Declaration
    string TableName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UniqueIndexName

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