Click or drag to resize
MetaElementChangeTrackerTrackNameChange Method
Tracks the name change. Only stores passed in value if the original value isn't already set to a value.

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 TrackNameChange(
	string newNameValue,
	string originalNameValue
)

Parameters

newNameValue
Type: SystemString
The new name value.
originalNameValue
Type: SystemString
The original name value.
See Also