AppDataHelper MethodsA Sandcastle Documented Class Library
Methods

  NameDescription
Public methodStatic memberLoadConnData(Dictionary Object, Object , String)
Loads database connection strings from the database connection xml file into a dictionary.
Public methodStatic memberLoadConnData(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.
Public methodStatic memberLoadConnData(NameValueCollection, String, Dictionary Object, Object )
Loads database connection data from the database connection xml into either or both data storage objects.
Public methodStatic memberLoadSettingsData(Dictionary Object, Object , String)
Loads settings data from a configuration settings xml file into a dictionary data store.
Public methodStatic memberLoadSettingsData(NameValueCollection, String)
Loads settings data from a configuration settings xml file into a name value pair collection like session, application, app setings.
Public methodStatic memberLoadSettingsData(NameValueCollection, String, Dictionary Object, Object )
Loads settings data from a configuration settings xml file into either or both data storage classes provided.
Back to Top
See Also