CdbIndex::SetIgnoreNulls, GetIgnoreNulls Property

Sets or returns a Boolean value that indicates whether records that have Null values in their index fields have index entries (Microsoft Jet workspaces only).

Syntax

VOIDSetIgnoreNulls(BOOL b);

BOOLGetIgnoreNulls(VOID);

Set Parameters

Type Example Description
BOOL b A Boolean that is TRUE if the fields with Null values don't have an index entry.