EntityCollectionBase2TEntityReadXml Method (XmlReader, XmlFormatAspect) | 
 
            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.12.0.0 (5.12.0)
Syntaxpublic void ReadXml(
	XmlReader reader,
	XmlFormatAspect format
)
Public Sub ReadXml ( 
	reader As XmlReader,
	format As XmlFormatAspect
)
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. - format
 - Type: SD.LLBLGen.Pro.ORMSupportClassesXmlFormatAspect
The format the xml of the reader is in. 
See Also