SortExpression.IXmlSerializable.WriteXml 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.12.0.0 (5.12.0)
Syntaxvoid IXmlSerializable.WriteXml(
XmlWriter writer
)
Private Sub WriteXml (
writer As XmlWriter
) Implements IXmlSerializable.WriteXml
Parameters
- writer
- Type: System.Xml.XmlWriter
The XmlWriter stream to which the object is serialized.
Implements
IXmlSerializable.WriteXml(XmlWriter)
See Also