Click or drag to resize
DatabaseDriverConfigurationDeserializeFromXml Method
Loads the driver config stored in the XmlDocument passed in into a DatabaseDriverConfig object.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void DeserializeFromXml(
	XmlDocument driverConfigDOM
)

Parameters

driverConfigDOM
Type: System.XmlXmlDocument
XML document containing the driver config

Return Value

Type: 
DatabaseDriverConfig object
See Also