Search Results for

    Show / Hide Table of Contents

    Class RunnerContext

    Inheritance
    Object
    RunnerContext
    Implements
    IRunnerContext
    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class RunnerContext : object, IRunnerContext

    Constructors

    | Improve this Doc View Source

    RunnerContext(IAnnouncer)

    Declaration
    public RunnerContext(IAnnouncer announcer)
    Parameters
    Type Name Description
    IAnnouncer announcer

    Properties

    | Improve this Doc View Source

    AllowBreakingChange

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

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

    The option is now stored in AllowBreakingChange.

    | Improve this Doc View Source

    Announcer

    Declaration
    public IAnnouncer Announcer { get; }
    Property Value
    Type Description
    IAnnouncer
    | Improve this Doc View Source

    ApplicationContext

    Gets or sets the arbitrary application context passed to the task runner

    Declaration
    public object ApplicationContext { get; set; }
    Property Value
    Type Description
    Object
    | Improve this Doc View Source

    Connection

    Declaration
    public string Connection { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ConnectionStringConfigPath

    Declaration
    public string ConnectionStringConfigPath { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Database

    Declaration
    public string Database { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    DefaultSchemaName

    Gets or sets the default schema name

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

    The default schema name must be set using the SchemaConvention

    | Improve this Doc View Source

    Namespace

    Declaration
    public string Namespace { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    NestedNamespaces

    Declaration
    public bool NestedNamespaces { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    NoConnection

    Declaration
    public bool NoConnection { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    PreviewOnly

    Declaration
    public bool PreviewOnly { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Profile

    Declaration
    public string Profile { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ProviderSwitches

    Declaration
    public string ProviderSwitches { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    StartVersion

    Declaration
    public long StartVersion { get; set; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    Steps

    Declaration
    public int Steps { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    StopWatch

    Declaration
    public IStopWatch StopWatch { get; }
    Property Value
    Type Description
    IStopWatch
    | Improve this Doc View Source

    StripComments

    Declaration
    public bool StripComments { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Tags

    Declaration
    public IEnumerable<string> Tags { get; set; }
    Property Value
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    Targets

    Declaration
    public string[] Targets { get; set; }
    Property Value
    Type Description
    String[]
    | Improve this Doc View Source

    Task

    Declaration
    public string Task { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Timeout

    Declaration
    public int? Timeout { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    TransactionPerSession

    Declaration
    public bool TransactionPerSession { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Version

    Declaration
    public long Version { get; set; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    WorkingDirectory

    Declaration
    public string WorkingDirectory { get; set; }
    Property Value
    Type Description
    String

    Implements

    IRunnerContext
    • Improve this Doc
    • 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.