IDmDataSource.RecordCount

Syntax

RecordCount: Integer;

Description

The RecordCount property returns the number of records in the data source.

Comments

To get data from the source, use the IDmDataSource.Item property.

To refresh the number of records in the data source, use the IDmDataSource.RefreshRecordCount method.

NOTE. When working with a table data source, RecordCount always returns 0.

Example

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

See also:

IDmDataSource