ITableForeignKeys.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of external keys in collection.

Comments

Use the ITableForeignKeys.Item property to get the key from the collection.

Fore and Fore.NET Examples

The property use is given in the example for ITableForeignKeys.RemoveByKey.

See also:

ITableForeignKeys