Show contents 

Db > Db Assembly Interfaces > ITableForeignKeys

ITableForeignKeys

Assembly: Db;

Description

The ITableForeignKeys interface is used to work with the collection of table external keys.

Inheritance Hierarchy

          ITableForeignKeys

Comments

The ITable.ForeignKeys property returns the collection of table external keys.

Properties

  Property name Brief description
Count The Count property returns the number of external keys in the collection.
Item The Item property returns an external key from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds an external key.
Clear The Clear method clears the collection of external keys.
FindById The FindById method searches for an external key in the collection by its identifier.
FindByKey The FindByKey method searches for the external key in the collection by its personal key.
Remove The Remove method removes an external key with specified index from the collection.
RemoveByKey The RemoveByKey method removes an external key from the collection by its key.

See also:

Db Assembly Interfaces