Click or drag to resize
SortExpressionIXmlSerializableWriteXml Method
Converts an object into its XML representation.

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
void IXmlSerializable.WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also