AppDataHelper LoadConnData Method (NameValueCollection, String)A Sandcastle Documented Class Library
Loads database connection strings from the database connection xml file into a name value pair collection i.e. state, application, app settings data stores.

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
)

Parameters

state
Type: System.Collections.Specialized NameValueCollection
connXml
Type: System String
See Also