CArrayRowset Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CArrayRowset Class.
Accesses elements of a rowset using array syntax.
template < class TAccessor > class CArrayRowset : public CVirtualBuffer <TAccessor>, protected CBulkRowset <TAccessor>
Parameters
TAccessor
The type of accessor class that you want the rowset to use.
Methods
| CArrayRowset | Constructor. |
| Snapshot | Reads the entire rowset into memory. |
Operators
| Operator[] | Accesses an element of the rowset. |
Data Members
| CArrayRowset::m_nRowsRead | The number of rows already read. |
Header: atldbcli.h
OLE DB Consumer Templates
OLE DB Consumer Templates Reference
CRowset Class
Show: