Click or drag to resize

FieldCompareValuePredicateReadAdditionalXmlData Method

Reads the additional a derived type has from the reader's XML data. The reader is positioned at the 'predicate' element.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected override void ReadAdditionalXmlData(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
See Also