Click or drag to resize
MetaElementChangeTrackerHasTrackedChangesForFlag Method
Determines whether this change tracker contains a tracked change for the flag specified

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 bool HasTrackedChangesForFlag(
	int flag
)

Parameters

flag
Type: SystemInt32
The flag.

Return Value

Type: Boolean
true if the tracker contains a tracked change for the flag, false otherwise
See Also