Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public virtual void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
Writer to which the xml is written to

Implements

IXmlSerializableWriteXml(XmlWriter)
Remarks
Uses XmlFormatAspect.Compact | XmlFormatAspect.MLTextInCDataBlocks | XmlFormatAspect.DatesInXmlDataType.
See Also