Search Results for

    Show / Hide Table of Contents

    Class PassThroughConnectionStringReader

    A connection string provider that just passes through the given connection string

    Inheritance
    object
    PassThroughConnectionStringReader
    Implements
    IConnectionStringReader
    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 PassThroughConnectionStringReader : IConnectionStringReader

    Constructors

    | Edit this page View Source

    PassThroughConnectionStringReader(string)

    Initializes a new instance of the PassThroughConnectionStringReader class.

    Declaration
    public PassThroughConnectionStringReader(string connectionString)
    Parameters
    Type Name Description
    string connectionString

    The connection string

    Properties

    | Edit this page View Source

    Priority

    Gets the priority

    Declaration
    public int Priority { get; }
    Property Value
    Type Description
    int
    Remarks

    Higher value means that it gets processed first

    Methods

    | Edit this page View Source

    GetConnectionString(string)

    Gets the connection string

    Declaration
    public string GetConnectionString(string connectionStringName)
    Parameters
    Type Name Description
    string connectionStringName
    Returns
    Type Description
    string

    Implements

    IConnectionStringReader
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PassThroughConnectionStringReader(string)
    • Properties
      • Priority
    • Methods
      • GetConnectionString(string)
    • Implements
    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.