ConnHelper LoadXmlDataArray Method A Sandcastle Documented Class Library
Loads an array of database connection profiles. Expects a target xml file that point to a properly formatted database connection configuration xml.

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

public static DbProfile[] LoadXmlDataArray(
	string xmlFile
)

Parameters

xmlFile
Type: System String

Return Value

Type:  DbProfile 
See Also