IMetaRdsLoader.TableSource

Fore Syntax

TableSource: ITable;

Fore.NET Syntax

TableSource: Prognoz.Platform.Interop.Db.ITable;

Description

The TableSource property determines the repository table to be used as the data source of the table MDM dictionary.

Comments

This table must belong to the same database that contains updated or created table MDM dictionary.

Fore and Fore.NET Examples

The example of use is given in the example for IRdsLoaderBindings.Add, IRdsLoaderBindings.AddByAttribute.

See also:

IMetaRdsLoader