AppDataHelper LoadConnData Method (NameValueCollection, String, Dictionary Object, Object )A Sandcastle Documented Class Library
Loads database connection data from the database connection xml into either or both data storage objects.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void LoadConnData(
	NameValueCollection state,
	string connXml,
	Dictionary<Object, Object> dict
)

Parameters

state
Type: System.Collections.Specialized NameValueCollection
connXml
Type: System String
dict
Type: System.Collections.Generic Dictionary Object, Object 
See Also