IRdsUniqueKeys.FindByKey

Fore Syntax

FindByKey(Key: Integer): IRdsUniqueKey;

Fore.NET Syntax

FindByKey(Key: integer): Prognoz.Platform.Interop.Rds.IRdsUniqueKey;

Parameters

Key. Key of the unique key to be found.

Description

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

Comments

If a unique key was not found, the method returns Null.

See also:

IRdsUniqueKeys