Search Results for

    Show / Hide Table of Contents

    Interface IRunnerContext

    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public interface IRunnerContext

    Properties

    AllowBreakingChange

    Gets or sets a value indicating whether the migration runner is allowed to apply breaking changes

    Declaration
    bool AllowBreakingChange { get; set; }
    Property Value
    Type Description
    bool

    Announcer

    Declaration
    IAnnouncer Announcer { get; }
    Property Value
    Type Description
    IAnnouncer

    ApplicationContext

    Gets or sets 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

    ConnectionStringConfigPath

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

    Database

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

    DefaultSchemaName

    Gets or sets the default schema name

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

    Namespace

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

    NestedNamespaces

    Declaration
    bool NestedNamespaces { get; set; }
    Property Value
    Type Description
    bool

    NoConnection

    Declaration
    bool NoConnection { get; set; }
    Property Value
    Type Description
    bool

    PreviewOnly

    Declaration
    bool PreviewOnly { get; set; }
    Property Value
    Type Description
    bool

    Profile

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

    ProviderSwitches

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

    StartVersion

    Declaration
    long StartVersion { get; set; }
    Property Value
    Type Description
    long

    Steps

    Declaration
    int Steps { get; set; }
    Property Value
    Type Description
    int

    StopWatch

    Declaration
    IStopWatch StopWatch { get; }
    Property Value
    Type Description
    IStopWatch

    Tags

    Declaration
    IEnumerable<string> Tags { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Targets

    Declaration
    string[] Targets { get; set; }
    Property Value
    Type Description
    string[]

    Task

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

    Timeout

    Declaration
    int? Timeout { get; set; }
    Property Value
    Type Description
    int?

    TransactionPerSession

    Declaration
    bool TransactionPerSession { get; set; }
    Property Value
    Type Description
    bool

    Version

    Declaration
    long Version { get; set; }
    Property Value
    Type Description
    long

    WorkingDirectory

    Declaration
    string WorkingDirectory { get; set; }
    Property Value
    Type Description
    string
    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.