Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void SerializeToWriter(
	XmlWriter writer,
	string currentNameValue
)

Parameters

writer
Type: System.XmlXmlWriter
The writer.
currentNameValue
Type: SystemString
The current name value.
See Also