Clear;
The Clear method clears an external keys collection.
Use the ITableForeignKeys.Remove method to remove an external key by its index, and the ITableForeignKeys.RemoveByKey method to remove external key by its key.
The method use is given in the example for ITable.ForeignKeys.
See also: