EntityCoreTFieldsReadXmlExplicitImpl Method  | 
 
            Constructs an object graph with this object as the root from the xml contained by the passed in XmlReader object. The method which is called from
            the explicit implementation of IXmlSerializable.ReadXml(reader). 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected virtual void ReadXmlExplicitImpl(
	XmlReader reader
)
Protected Overridable Sub ReadXmlExplicitImpl ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
Reader with xml used to produce an object graph 
RemarksUses XmlFormatAspect.Compact25 | XmlFormatAspect.MLTextInCDataBlocks | XmlFormatAspect.DatesInXmlDataType. Xml data should have been
            produced with WriteXml(writer) or a similar method which is able to produce similar formatted XML
See Also