AppDataHelper LoadConnData Method A Sandcastle Documented Class Library
Overload List

  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.
Back to Top
See Also