IsForeignKeyNullable function

Synopsis
bool UltraLite_IndexSchema_iface::IsForeignKeyNullable()
Remarks

Checks whether the foreign key is nullable.

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