IRdsUniqueKeys.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(Key: integer): boolean;

Parameters

Key. Key of the unique key of MDM dictionary.

Description

The RemoveByKey method removes a unique key by key in the MDM dictionary.

Comments

If the deletion is successful, the method returns True, otherwise it returns False.

See also:

IRdsUniqueKeys