IsUniqueKey function

Checks whether the index is a unique key.

Syntax
bool UltraLite_IndexSchema_iface::IsUniqueKey()
Returns
  • True if the index is a primary key or a unique constraint.

  • False if the index is neither a primary key nor a unique constraint.

Remarks

Columns in a unique key may not be null.