IsPrimaryKey function

Synopsis
bool UltraLite_IndexSchema_iface::IsPrimaryKey()
Remarks

Checks whether the index is a primary key.

Columns in the primary key may not be null.

Returns
  • True if the index is a primary key.
  • False if the index is not a primary key.