| 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)
Syntaxpublic void DeserializeFromXml(
	XmlDocument driverConfigDOM
)
Public Sub DeserializeFromXml ( 
	driverConfigDOM As XmlDocument
)
Parameters
- driverConfigDOM
 - Type: System.XmlXmlDocument
XML document containing the driver config 
Return Value
Type: 
DatabaseDriverConfig object
See Also