EntityCollectionBase2TEntityReadXml Method (XmlReader) | 
 
            Constructs an object graph with this object as the root from the xml contained by the passed in XmlReader object.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic void ReadXml(
	XmlReader reader
)
Public Sub ReadXml ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
Reader with xml used to produce an object graph 
See Also