Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
public bool HasChangeFlagsSet(
	int flags
)

Parameters

flags
Type: SystemInt32
The flags (set as bits).

Return Value

Type: Boolean
true if one or more of the flags is set in the changetracker, false otherwise
See Also