Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
ADODataSet
.CountRows
public function
CountRows
Prototype:
public function CountRows();
Description:
This function returns the number of rows in the current result. A call to this method will be valid ONLY after a successful call to
First
or
FetchForward
.
Return value:
Returns the number of rows in the current result.