Item(Index: Integer): ITableForeignKey;
Item[Index: integer]: Prognoz.Platform.Interop.Db.ITableForeignKey;
Index. Index of external key in collection.
The Item property returns an external key from a collection by its index.
Indexation of external keys in the collection is continuous and starts with zero. The ITableForeignKeys.Count property returns the number of external keys in collection.
The property use is given in the example for ITableForeignKeys.RemoveByKey.
See also: