IRowsetImpl
template < class T**, class RowClass = CSimpleRow, class MapClass = CSimpleMap.<RowClass::keyType, RowClass>>
class ATL_NO_VTABLE IRowsetInfoImpl : public IRowsetInfo, public CUtlProps<T>**
Parameters
T
Your class, derived from IRowsetImpl.
RowClass
Storage unit for the HROW.
MapClass
Storage unit for all row handles held by the provider.
Remarks
is the base rowset interface. IRowsetImpl provides an implementation of the IRowset interface.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture