IsForeignKeyNullable function

Checks whether the foreign key is nullable.

Syntax
bool UltraLite_IndexSchema_iface::IsForeignKeyNullable()
Returns
  • True if the index is a unique foreign key constraint.

  • False if the foreign key is not nullable