Search Results for

    Show / Hide Table of Contents

    Class DefaultVersionTableMetaData

    Inheritance
    object
    DefaultVersionTableMetaData
    Implements
    IVersionTableMetaData
    ISchemaExpression
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.VersionTableInfo
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class DefaultVersionTableMetaData : IVersionTableMetaData, ISchemaExpression

    Constructors

    DefaultVersionTableMetaData()

    Declaration
    public DefaultVersionTableMetaData()

    DefaultVersionTableMetaData(string)

    Declaration
    public DefaultVersionTableMetaData(string schemaName)
    Parameters
    Type Name Description
    string schemaName

    Properties

    ApplicationContext

    Provides access to

    ApplicationContext
    object.
    Declaration
    public 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.

    AppliedOnColumnName

    Declaration
    public virtual string AppliedOnColumnName { get; }
    Property Value
    Type Description
    string

    ColumnName

    Declaration
    public virtual string ColumnName { get; }
    Property Value
    Type Description
    string

    DescriptionColumnName

    Declaration
    public virtual string DescriptionColumnName { get; }
    Property Value
    Type Description
    string

    OwnsSchema

    Declaration
    public virtual bool OwnsSchema { get; }
    Property Value
    Type Description
    bool

    SchemaName

    Declaration
    public virtual string SchemaName { get; set; }
    Property Value
    Type Description
    string

    TableName

    Declaration
    public virtual string TableName { get; }
    Property Value
    Type Description
    string

    UniqueIndexName

    Declaration
    public virtual string UniqueIndexName { get; }
    Property Value
    Type Description
    string

    Implements

    IVersionTableMetaData
    ISchemaExpression
    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.