Click or drag to resize
EntityCollectionBase2<TEntity>.WriteXml Method (XmlWriter, XmlFormatAspect)
Converts this entity collection to XML

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void WriteXml(
	XmlWriter writer,
	XmlFormatAspect aspects
)

Parameters

writer
Type: System.Xml.XmlWriter
The writer to write the output to.
aspects
Type: SD.LLBLGen.Pro.ORMSupportClasses.XmlFormatAspect
The aspect flags to control the format of the XML produced

Implements

IEntityCollection2.WriteXml(XmlWriter, XmlFormatAspect)
See Also