AuditorBaseReadXml Method (XmlReader) |
Reads the auditor data XML.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public virtual void ReadXml(
XmlReader reader
)
Public Overridable Sub ReadXml (
reader As XmlReader
)
Parameters
- reader
- Type: System.XmlXmlReader
The xml reader to read the xml from. The reader is positioned on the Auditor element.
The elements serialized by WriteXml are the children of this element. Read all xml till the reader is positioned on the end element of the Auditor
element
Implements
IAuditorReadXml(XmlReader)Remarks Adapter specific, Compact25 specific. For Verbose/Compact scenario's use the XmlNode consuming overload
See Also