IRdsNotConvertibleReasons.GetExplanation

Fore Syntax

GetExplanation: Array;

Fore.NET Syntax

GetExplanation(): System.Array;

Description

The GetExplanation method enables the user to explain all the reasons, due to which MDM dictionary cannot be converted to table MDM dictionary.

Comments

To get the number of reasons, due to which MDM dictionary cannot be converted to table MDM dictionary, use the IRdsNotConvertibleReasons.Count property.

Fore and Fore.NET Examples

The method use is given in the example for IRdsDictionaryConverter.AllRdsDatabase.

See also:

IRdsNotConvertibleReasons