The SettingsHelper type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| RemoveConfigValue |
Remove the specified key from the AppSettings section for web application.
| |
| RemoveConnectionString |
Removes connection string from web.config.
| |
| SetConfigValue |
Sets or adds the specified key to the AppSettings section for web application.
| |
| SetConnectionString |
Sets or adds the specified connection string in the ConnectionStrings section for web application.
|
Properties
| Name | Description | |
|---|---|---|
| AllowLocalConfigKeys |
If true, local configuration keys are allowed within the application
| |
| AllowUpdateTimeStamps |
If true, time stamp update of the objects is allowed.
| |
| AppSettings |
AppSettings collection.
| |
| ConnectionStrings |
ConnectionStrings collection.
| |
| LoadObjectsWithReader |
Load the objects with the data reader?
|
See Also