| FieldLikePredicateReadAdditionalXmlData 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected override void ReadAdditionalXmlData(
	XmlReader reader
)
Protected Overrides Sub ReadAdditionalXmlData ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. 
See Also