EntityCollectionBaseTEntityWriteXml Method (XmlWriter) | 
 
            Constructs the XML output from the object graph which has this object as the root. 
            
 
    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 virtual void WriteXml(
	XmlWriter writer
)
Public Overridable Sub WriteXml ( 
	writer As XmlWriter
)
Parameters
- writer
 - Type: System.XmlXmlWriter
Writer to which the xml is written to 
Implements
IXmlSerializableWriteXml(XmlWriter)
RemarksUses XmlFormatAspect.Compact | XmlFormatAspect.MLTextInCDataBlocks | XmlFormatAspect.DatesInXmlDataType.
See Also