IRdsNonUniqueKey.Contains

Fore Syntax

Contains(Attribute: IRdsAttribute): Boolean;

Fore.NET Syntax

Contains[Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute]: boolean;

Parameters

Attribute. MDM dictionary attribute, for which we define if it is included into non-unique key.

Description

The Contains property determines whether the specified attribute is included into non-unique key of the MDM dictionary.

Comments

Available values:

Fore and Fore.NET Example

The property use is given in the example for IRdsDictionary.NonUniqueKeys.

See also:

IRdsNonUniqueKey