IMetaRdsExportSchema.ItemMapping

Syntax

ItemMapping(Index: Integer): 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.

Example

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

See also:

IMetaRdsExportSchema