EntityRelationIXmlSerializableWriteXml 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.XmlXmlWriter
The XmlWriter stream to which the object is serialized.
Implements
IXmlSerializableWriteXml(XmlWriter)
See Also