ITableForeignKey.IsCascade

Fore Syntax

IsCascade: Boolean;

Fore.NET Syntax

IsCascade: boolean;

Properties

Property name. Property description.

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 the ITable.ForeignKeys.

See also:

ITableForeignKey