DBTableFieldHasChangeFlagsSet Method  | 
 
            Determines whether this field has one or more of the specified change flags set in the change tracker, false otherwise
            
 
    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 HasChangeFlagsSet(
	int flags
)
Public Function HasChangeFlagsSet ( 
	flags As Integer
) As Boolean
Parameters
- flags
 - Type: SystemInt32
The flags (set as bits). 
Return Value
Type: 
Booleantrue if one or more of the flags is set in the changetracker, false otherwise
See Also