IMetaRdsExportSchema.ItemMapping

Fore Syntax

ItemMapping(Index: Integer): IRdsExportSchemaAttribute;

Fore.NET Syntax

ItemMapping(Index: integer): Prognoz.Platform.Interop.Rds.IRdsExportSchemaAttribute;

Parameters

Index. Binding index.

Description

The ItemMapping property returns specified attribute binding to a data source field.

Comments

The number of bindings is returned in the IMetaRdsExportSchema.MappingsCount property.

Fore and Fore.NET Examples

The property use is given in the example for IMetaRdsExportSchema.RemoveMapping.

See also:

IMetaRdsExportSchema