Interface IConnectionStringReader
Interface to access the connection string
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IConnectionStringReader
Properties
| Improve this Doc View SourcePriority
Gets the priority
Declaration
int Priority { get; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Higher value means that it gets processed first
Methods
| Improve this Doc View SourceGetConnectionString(String)
Gets the connection string
Declaration
string GetConnectionString(string connectionStringOrName)
Parameters
Type | Name | Description |
---|---|---|
String | connectionStringOrName | The name of the connection string |
Returns
Type | Description |
---|---|
String |