EntityRelationIRelationReadXml Method  | 
 
            Deserializes the object data on the xml reader into this instance
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxvoid IRelation.ReadXml(
	XmlReader reader
)
Private Sub ReadXml ( 
	reader As XmlReader
) Implements IRelation.ReadXml
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. 
Implements
IRelationReadXml(XmlReader)
See Also