Click or drag to resize
MetaElementChangeTrackerDeserializeFromReader Method
Deserializes this instance from XML. Expects the reader to be positioned at an element which can have the 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 DeserializeFromReader(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
See Also