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 SourcePriority
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 SourceGetConnectionString(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 |