IRdsNonUniqueKeys.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of a non-unique key.

Description

The Remove method removes a non-unique key by index 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