ConnHelper LoadXmlData Method A Sandcastle Documented Class Library
Loads a database profile from the given xml file. Expects a properly formatted database connection configuration xml file. See existing files included in the bin dir of the web portal or the bin dir of the AcsPortalWcfSvc for samples.

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

public static DbProfile LoadXmlData(
	string xmlFile
)

Parameters

xmlFile
Type: System String

Return Value

Type: DbProfile
See Also