Click or drag to resize

AuditorBase.ReadXml 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.10.0.0 (5.10.0)
Syntax
public virtual void ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.Xml.XmlReader
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

IAuditor.ReadXml(XmlReader)
Remarks
Adapter specific, Compact25 specific. For Verbose/Compact scenario's use the XmlNode consuming overload
See Also