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.4.0.0 (5.4.0)
Syntax protected override void ReadAdditionalXmlData(
XmlReader reader
)
Protected Overrides Sub ReadAdditionalXmlData (
reader As XmlReader
)
Parameters
- reader
- Type: System.XmlXmlReader
The reader.
See Also