ITableForeignKey.IsCascade

Fore Syntax

IsCascade: Boolean;

Fore.NET 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:

Fore and Fore.NET Examples

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

See also:

ITableForeignKey