Methods
Name | Description | |
---|---|---|
![]() ![]() | LoadConnData(Dictionary Object, Object , String) |
Loads database connection strings from the database connection xml file into
a dictionary.
|
![]() ![]() | LoadConnData(NameValueCollection, String) |
Loads database connection strings from the database connection xml file into
a name value pair collection i.e. state, application, app settings data stores.
|
![]() ![]() | LoadConnData(NameValueCollection, String, Dictionary Object, Object ) |
Loads database connection data from the database connection xml into either or both data
storage objects.
|
![]() ![]() | LoadSettingsData(Dictionary Object, Object , String) |
Loads settings data from a configuration settings xml file into a
dictionary data store.
|
![]() ![]() | LoadSettingsData(NameValueCollection, String) |
Loads settings data from a configuration settings xml file into a name value
pair collection like session, application, app setings.
|
![]() ![]() | LoadSettingsData(NameValueCollection, String, Dictionary Object, Object ) |
Loads settings data from a configuration settings xml file into either or both
data storage classes provided.
|
See Also