Search Results for

    Show / Hide Table of Contents

    Class ProfileSource

    The default implementation of IProfileSource

    Inheritance
    object
    ProfileSource
    Implements
    IProfileSource
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class ProfileSource : IProfileSource

    Constructors

    | Edit this page View Source

    ProfileSource(IFilteringMigrationSource, IMigrationRunnerConventions)

    Initializes a new instance of the ProfileSource class.

    Declaration
    public ProfileSource(IFilteringMigrationSource source, IMigrationRunnerConventions conventions)
    Parameters
    Type Name Description
    IFilteringMigrationSource source

    The assembly source

    IMigrationRunnerConventions conventions

    The migration runner conventions

    Methods

    | Edit this page View Source

    GetProfiles(string)

    Declaration
    public IEnumerable<IMigration> GetProfiles(string profile)
    Parameters
    Type Name Description
    string profile
    Returns
    Type Description
    IEnumerable<IMigration>

    Implements

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