Search Results for

    Show / Hide Table of Contents

    Interface IMigrationContext

    Namespace: FluentMigrator.Infrastructure
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IMigrationContext

    Properties

    ApplicationContext

    The arbitrary application context passed to the task runner.

    Declaration
    object ApplicationContext { get; set; }
    Property Value
    Type Description
    object

    Connection

    Declaration
    string Connection { get; set; }
    Property Value
    Type Description
    string

    Expressions

    Declaration
    ICollection<IMigrationExpression> Expressions { get; set; }
    Property Value
    Type Description
    ICollection<IMigrationExpression>

    MigrationAssemblies

    Declaration
    IAssemblyCollection MigrationAssemblies { get; set; }
    Property Value
    Type Description
    IAssemblyCollection

    QuerySchema

    Declaration
    IQuerySchema QuerySchema { get; }
    Property Value
    Type Description
    IQuerySchema
    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.