Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public virtual void ReadXml(
	XmlReader reader
)

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