Search Results for

    Show / Hide Table of Contents

    Class VersionInfo

    Inheritance
    object
    VersionInfo
    Implements
    IVersionInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Versioning
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class VersionInfo : IVersionInfo

    Methods

    AddAppliedMigration(long)

    Declaration
    public void AddAppliedMigration(long migration)
    Parameters
    Type Name Description
    long migration

    AppliedMigrations()

    Declaration
    public IEnumerable<long> AppliedMigrations()
    Returns
    Type Description
    IEnumerable<long>

    HasAppliedMigration(long)

    Declaration
    public bool HasAppliedMigration(long migration)
    Parameters
    Type Name Description
    long migration
    Returns
    Type Description
    bool

    Latest()

    Declaration
    public long Latest()
    Returns
    Type Description
    long

    Implements

    IVersionInfo
    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.