CdbField::SetRequired, GetRequired Property

Sets or returns a Boolean value that indicates whether a CdbField object requires a non-Null value.

Syntax

VOIDSetRequired(BOOL b);

BOOLGetRequired(VOID);

Set Parameters

Type Example Description
BOOL b A Boolean that is TRUE if a field can't contain a Null value.