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.6.0.0 (5.6.19.0117)
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