| MetaElementChangeTrackerHasTrackedChangesForFlag Method  | 
            Determines whether this change tracker contains a tracked change for the flag specified
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool HasTrackedChangesForFlag(
	int flag
)
Public Function HasTrackedChangesForFlag ( 
	flag As Integer
) As Boolean
Parameters
- flag
 - Type: SystemInt32
The flag. 
Return Value
Type: 
Booleantrue if the tracker contains a tracked change for the flag, false otherwise
See Also