inline ULONG CRBase::GetRowsObtained();
Return Value
The actual number of fetched rows.
Remark:
Gets the actual number of fetched rows with a single call of IRowset::GetNextRows, which may be less than the desired fetched number of records per call (20 by default).