Click or drag to resize
FieldBetweenPredicateReadAdditionalXmlData 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.3.0.0 (5.3.0)
Syntax
protected override void ReadAdditionalXmlData(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
See Also