Click or drag to resize

FunctionMappingExpression.IExpression.WriteXml Method

Serializes object as xml to the writer specified.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void IExpression.WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.Xml.XmlWriter
The writer.

Implements

IExpression.WriteXml(XmlWriter)
See Also