Search Results for

    Show / Hide Table of Contents

    Interface IProfileLoader

    Interface to load migrations tagged with a profile name

    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public interface IProfileLoader

    Properties

    | Edit this page View Source

    SupportsParameterlessApplyProfile

    Gets a value indicating whether this instance allows a call to ApplyProfiles()

    Declaration
    [Obsolete]
    bool SupportsParameterlessApplyProfile { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    ApplyProfiles()

    Apply all loaded profiles

    Declaration
    [Obsolete]
    void ApplyProfiles()
    | Edit this page View Source

    ApplyProfiles(IMigrationRunner)

    Apply all loaded profiles with the given runner

    Declaration
    void ApplyProfiles(IMigrationRunner runner)
    Parameters
    Type Name Description
    IMigrationRunner runner

    The migration runner

    | Edit this page View Source

    FindProfilesIn(IAssemblyCollection, string)

    Find all profile name tagged migrations in the given assembly collection

    Declaration
    [Obsolete]
    IEnumerable<IMigration> FindProfilesIn(IAssemblyCollection assemblies, string profile)
    Parameters
    Type Name Description
    IAssemblyCollection assemblies

    The assemblies to load the profile tagged migrations from

    string profile

    The profile name to search the migrations for

    Returns
    Type Description
    IEnumerable<IMigration>

    The found migrations

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