Interface IConnectionStringAccessor
Interface to get the connection string
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IConnectionStringAccessor
Properties
ConnectionString
Gets the connection string
Declaration
[CanBeNull]
string ConnectionString { get; }
Property Value
| Type | Description |
|---|---|
| string |