Public Member Functions | |
string | GetConnectionString (string name) |
Retrieves a connection string from the configuration. | |
Properties | |
System.Configuration.Configuration | SysConfig [get] |
The application's configuration. |
Implemented by classes that handle an application's entire configuration.
string DotNX::Config::IConfigManager::GetConnectionString | ( | string | name | ) |
Retrieves a connection string from the configuration.
name | The name of the configuration. |
Implemented in DotNX::Config::ConfigManagerBase< ConfigSectionType >.
System.Configuration.Configuration DotNX::Config::IConfigManager::SysConfig [get] |
The application's configuration.
Implemented in DotNX::Config::ConfigManagerBase< ConfigSectionType >.