AppDataHelper LoadConnData Method (Dictionary Object, Object , String)A Sandcastle Documented Class Library
Loads database connection strings from the database connection xml file into a dictionary.

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

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

Parameters

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