Click or drag to resize
ExpressionElement<T>.IExpressionElement.WriteXml Method
Serializes object as xml to the writer specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
void IExpressionElement.WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.Xml.XmlWriter
The writer.

Implements

IExpressionElement.WriteXml(XmlWriter)
See Also