Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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.
Members
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. |
Requirements
Header: atldbcli.h
See Also
OLE DB Consumer Templates
OLE DB Consumer Templates Reference
CRowset Class