IsPrimaryKey function

Checks whether the index is a primary key.

Syntax
bool UltraLite_IndexSchema_iface::IsPrimaryKey()
Returns
  • True if the index is a primary key.

  • False if the index is not a primary key.

Remarks

Columns in the primary key may not be null.