Search Results for

    Show / Hide Table of Contents

    Interface IVersionInfo

    Namespace: FluentMigrator.Runner.Versioning
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public interface IVersionInfo

    Methods

    AddAppliedMigration(long)

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

    AppliedMigrations()

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

    HasAppliedMigration(long)

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

    Latest()

    Declaration
    long Latest()
    Returns
    Type Description
    long
    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.