EntityBaseReadXmlExplicitImpl Method  | 
 
            Calls into ReadXml(reader), which will use the document route. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected override void ReadXmlExplicitImpl(
	XmlReader reader
)
Protected Overrides Sub ReadXmlExplicitImpl ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. 
See Also