IDtCustomProvider.ReadingRowsCount

Syntax

ReadingRowsCount;

Description

The ReadingRowsCount method returns the number of read rows.

Comments

For data string reading from the provider use the IDtCustomProvider.Fetch method.

Example

The method use is given in the example for IDtUserProviderEx.CustomProvider.

See also:

IDtCustomProvider