ITableForeignKey.IsCascade

Syntax

IsCascade: Boolean;

Description

The IsCascade property determines whether to remove records from the current table when they are deleted in the linked table.

Comments

Available values:

Example

The property use is given in the example for ITable.ForeignKeys.

See also:

ITableForeignKey