MetaElementChangeTrackerSerializeToWriter Method |
Serializes this instance to XML as attributes (TrackedChanges and OriginalNameValue)
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public void SerializeToWriter(
XmlWriter writer,
string currentNameValue
)
Public Sub SerializeToWriter (
writer As XmlWriter,
currentNameValue As String
)
Parameters
- writer
- Type: System.XmlXmlWriter
The writer. - currentNameValue
- Type: SystemString
The current name value.
See Also