Search Results for

    Show / Hide Table of Contents

    Interface IMigration

    Namespace: FluentMigrator
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IMigration

    Properties

    ApplicationContext

    The arbitrary application context passed to the task runner.

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

    ConnectionString

    Declaration
    string ConnectionString { get; }
    Property Value
    Type Description
    string

    Methods

    GetDownExpressions(IMigrationContext)

    Declaration
    void GetDownExpressions(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    GetUpExpressions(IMigrationContext)

    Declaration
    void GetUpExpressions(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context
    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.