IRdsDictionaryConverterList.GetNotConvertibleReasons

Syntax

GetNotConvertibleReasons(Dictionary: Integer): IRdsNotConvertibleReasons;

Parameters

Dictionary. Dictionary key.

Description

The GetNotConvertibleReasons method enables the user to find the reason, due to which MDM dictionary was not converted to table MDM dictionary.

Comments

To get description of the MDM dictionaries converted to table MDM dictionaries, use the IRdsDictionaryConverterList.ConvertibleDictionaries property.

Example

The property use is given in the example for IRdsDictionaryConverter.ConvertAll.

See also:

IRdsDictionaryConverterList