AdsIsIndexPrimaryKey

Advantage Client Engine

Determines if the given index order is the primary key.

Syntax

UNSIGNED32

AdsIsIndexPrimaryKey (ADSHANDLE hIndex,

UNSIGNED16 *pbPrimaryKey);

Parameters

hIndex (I)

Handle of index order of interest.

pbPrimaryKey (O)

Returns True if index order is the primary key.

Remarks

Returns True if the index handle provided is the table's primary key.

See Also

AdsDDSetTableProperty

AdsDDGetTableProperty