|
virtual bool CMultiBulkRecord<T>::GetNextRowset(); Return Value true if no interface calls failed; otherwise false. Remark Moves to the next rowset available. You should use the function CMultiBulkRecord<T>::IsRowsetAvailable to accurately check if a rowset is available. For details, see the example MultiRecords. |