Search Results for

    Show / Hide Table of Contents

    Class ExtensionsForIMigrationInfo

    Extension methods for IMigrationInfo

    Inheritance
    object
    ExtensionsForIMigrationInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Infrastructure.Extensions
    Assembly: FluentMigrator.dll
    Syntax
    public static class ExtensionsForIMigrationInfo

    Methods

    | Edit this page View Source

    IsAttributed(IMigrationInfo)

    Returns true when the migration behind the migrationInfo has a migration attribute

    Declaration
    public static bool IsAttributed(this IMigrationInfo migrationInfo)
    Parameters
    Type Name Description
    IMigrationInfo migrationInfo

    The migration information to test

    Returns
    Type Description
    bool

    true when the migration behind the migrationInfo has a migration attribute

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