IAuditorReadXml 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.4.0.0 (5.4.0)
Syntax void ReadXml(
XmlReader reader
)
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
Remarks Adapter specific, Compact25 specific. For Verbose/Compact scenario's use the XmlNode consuming overload
See Also