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

    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

    Priority

    Gets the priority

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

    Higher value means that it gets processed first

    Methods

    GetConnectionString(string)

    Gets the connection string

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

    Implements

    IConnectionStringReader
    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.