IDmDataSource.FieldCount

Syntax

FieldCount: Integer;

Description

The FieldCount property returns the number of fields in the data source.

Comments

To get field name, use the IDmField.Name property.

Example

The property use is given in the example for IDmClusteringDetails.CategoriesCount.

See also:

IDmDataSource