GetRdsElements

Syntax

GetRdsElementsResult GetRdsElements(RdsId tRds, GetRdsElementsArg tArg)

Parameters

tRds. Opened dictionary instance moniker.

tArg. Parameters for extracting information about dictionary elements.

Description

The GetRdsElements operation extracts information about MDM dictionary elements.

Comments

This operation enables the user to get the following information:

To execute the operation in the tRds parameter specify the opened dictionary instance moniker, and in the tArg parameters specify the parameters, according to which the elements are selected. The moniker can be obtained on executing the OpenRds operation. If no field is defined in the tArg parameter, the following information is obtained for all dictionary elements:

By defining fields in the tArg parameter, the user can filter the extracted information and the list of elements, for which the information is obtained.

Example

Various methods of using this operation are given in the following examples:

Example name

See also:

Working with MDM Dictionaries