Sets or returns a Boolean value that indicates whether an Index object represents a primary index for a table (Microsoft Jet workspaces only).
Syntax
VOIDSetPrimary(BOOL b);
BOOLGetPrimary(VOID);
Set Parameters
Type | Example | Description |
BOOL | b | A Boolean that is TRUE if the Index object represents a primary index. |