Sets or returns a Boolean value that indicates whether all the fields in a CdbIndex object must have a value.
Syntax
VOIDSetRequired(BOOL b);
BOOLGetRequired(VOID);
Set Parameters
Type | Example | Description |
BOOL | b | A Boolean set to TRUE if all fields are required to contain non-Null values. |