ITableForeignKeys.Clear

Syntax

Clear;

Description

The Clear method clears an external keys collection.

Comments

Use the ITableForeignKeys.Remove method to remove an external key by its index, and the ITableForeignKeys.RemoveByKey method to remove external key by its key.

Example

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

See also:

ITableForeignKeys