ITableForeignKeys.Add

Syntax

Add: ITableForeignKey;

Description

The Add method adds an external key.

Comments

Use the following methods to remove keys: ITableForeignKeys.Clear, ITableForeignKeys.Remove, ITableForeignKeys.RemoveByKey.

Example

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

See also:

ITableForeignKeys