ITableForeignKeys.Add

Fore Syntax

Add: ITableForeignKey;

Fore.NET Syntax

Add: Prognoz.Platform.Interop.Db.ITableForeignKey;

Description

The Add method adds an external key.

Comments

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

Fore and Fore.NET Examples

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

See also:

ITableForeignKeys