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.9.0.0 (5.9.0)
Syntax public 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