IDtProvider.ReadingRowsTotalCount

Syntax

ReadingRowsTotalCount: Integer;

Description

The ReadingRowsTotalCount method returns the number of records read from the data provider without taking into account loading condition.

Comments

The loading condition is determined by the IDtProvider.FilterIf property. To get the records read taking into account the loading condition, use the IDtProvider.ReadingRowsCount property.

Example

The method use is given in the example for IDtProvider.FilterIf.

See also:

IDtProvider