EntityCollectionBase2TEntityIXmlSerializableReadXml Method  | 
 
            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)
Syntaxvoid IXmlSerializable.ReadXml(
	XmlReader reader
)
Private Sub ReadXml ( 
	reader As XmlReader
) Implements IXmlSerializable.ReadXml
Parameters
- reader
 - Type: System.XmlXmlReader
Reader with xml used to produce an object graph 
Implements
IXmlSerializableReadXml(XmlReader)
RemarksUses XmlFormatAspect.Compact25 | XmlFormatAspect.MLTextInCDataBlocks | XmlFormatAspect.DatesInXmlDataType. Xml data should have been
            produced with WriteXml(writer) or a similar routine which is able to produce similar formatted XML
See Also