IMetaRdsLoader.Dictionary

Fore Syntax

Dictionary: IRdsDictionary;

Fore.NET Syntax

Dictionary: Prognoz.Platform.Interop.Rds.IRdsDictionary;

Description

The Dictionary property determines the MDM dictionary where the data should be loaded.

Comments

Specify any MDM dictionary as the value of this property. If the property is not set, a new table dictionary is created after executing the IMetaRdsLoader.CreateObject method. Its parameters are also available in the Dictionary property.

Fore and Fore.NET Examples

The property use is given in the example for IRdsLoaderBindings.AddByAttribute.

See also:

IMetaRdsLoader