The following examples shows the property CascadeDelete
The table Person is the main table and has 3 references. In this case we just take a look at Contact_ID.
If you now delete one dataset from the table Person, the application will search all datasets containing the Contact_ID ( at the table contact ) and delete all datasets containing this Person.Contact_ID.
If you insert a new dataset for the table Person, there will be automatically inserted a new dataset for the table Contact with the Person.Contact_ID.