IsForeignKey function

Synopsis
bool UltraLite_IndexSchema_iface::IsForeignKey()
Remarks

Checks whether the index is a foreign key.

Columns in a foreign key may reference another table's non-null, unique index.

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