MetaElementChangeTrackerSerializeToWriter Method |
Serializes this instance to XML as attributes (TrackedChanges and OriginalNameValue)
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
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