IsForeignKeyCheckOnCommit function

Synopsis
bool UltraLite_IndexSchema_iface::IsForeignKeyCheckOnCommit()
Remarks

Checks whether referential integrity for the foreign key is performed on commits or on inserts and updates.

Returns
  • True if this foreign key checks referential integrity on commit.
  • False if this foreign key checks referential integrity on insert.