IsForeignKeyCheckOnCommit function

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

Syntax
bool UltraLite_IndexSchema_iface::IsForeignKeyCheckOnCommit()
Returns
  • True if this foreign key checks referential integrity on commit.

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