Interface IConnectionStringService
ConnectionString service interface
public interface IConnectionStringService
- Extension Methods
Properties
DefaultConnectionString
Default connection string
string DefaultConnectionString { get; }
Property Value
- string
this[string]
Gets the specific connection string from the app config
string this[string name] { get; set; }
Parameters
name
string
Property Value
- string