Foreign Delete

Deletes all datasets from table that have their given attribute foreign key point the set that is being deleted.

Parameters:

  • table: the table to delete from
  • attribute: the attribute table that is the foreign key pointing to this table
  • message: a message that is shown only in non-trashmode before deleting the dataset
Sample Code

Live Sample