DatabaseDriverConfigurationDeserializeFromXml Method |
Loads the driver config stored in the XmlDocument passed in into a DatabaseDriverConfig object.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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