CArrayRowset

template < class T, class TRowset = CRowset >
class CArrayRowset : public CVirtualBuffer <
T> , public TRowset

Parameters

T

Type of information stored in the rowset.

TRowset

A rowset class.

Use this class when you want to access elements of a rowset using array syntax.

#include <atldbcli.h>

Class Members

See Also

Using the OLE DB Consumer Templates, Consumer Architecture Chart, CRowset