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