Search Results for

    Show / Hide Table of Contents

    Interface IConnectionStringReader

    Interface to access the connection string

    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IConnectionStringReader

    Properties

    | Edit this page View Source

    Priority

    Gets the priority

    Declaration
    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
    [CanBeNull]
    string GetConnectionString(string connectionStringOrName)
    Parameters
    Type Name Description
    string connectionStringOrName

    The name of the connection string

    Returns
    Type Description
    string
    • Edit this page
    • 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.