Class PassThroughConnectionStringReader
A connection string provider that just passes through the given connection string
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class PassThroughConnectionStringReader : IConnectionStringReader
Constructors
| Edit this page View SourcePassThroughConnectionStringReader(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 SourcePriority
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 SourceGetConnectionString(string)
Gets the connection string
Declaration
public string GetConnectionString(string connectionStringName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectionStringName |
Returns
| Type | Description |
|---|---|
| string |