IRdsNonUniqueKeys.FindByKey

Fore Syntax

FindByKey(Key: Integer): IRdsNonUniqueKey;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Rds.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.

Fore and Fore.NET Example

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

See also:

IRdsNonUniqueKeys