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.3.0.0 (5.3.0)
Syntax public 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