IDtCustomProvider.ReadingRowsCount

Fore Syntax

ReadingRowsCount;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IDtCustomProvider