IMetaRdsExportSchema.MappingsCount

Syntax

MappingsCount: Integer;

Description

The MappingsCount property returns the number of attribute bindings to data source fields.

Comments

Use the IMetaRdsExportSchema.AddMapping method to add a binding, and the IMetaRdsExportSchema.RemoveMapping method to remove a binding.

Example

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

See also:

IMetaRdsExportSchema