ITableForeignKeys.Count

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.

Example

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

See also:

ITableForeignKeys