IRdsNonUniqueKeys.FindByKey

Syntax

FindByKey(Key: Integer): IRdsNonUniqueKey;

Parameters

Key. Key of the non-unique key, by which the search is executed.

Description

The FindByKey method searches a non-unique key by key in the MDM dictionary.

Comments

Use the IRdsNonUniqueKeys.RemoveByKey method to remove a non-unique key by key.

Example

The property use is given in the example for IRdsNonUniqueKeys.FindById.

See also:

IRdsNonUniqueKeys