IRowsetInfoImpl

template <class T, class PropClass = T>
class ATL_NO_VTABLE IRowsetInfoImpl : public IRowsetInfo, public CUtlProps<T>

Parameters

T

Your class, derived from IRowsetInfoImpl.

PropClass

A user-defineable property class that defaults to T.

Remarks

A mandatory interface on rowsets. IRowsetInfoImpl provides an implementation for the IRowsetInfo interface. This class implements the rowset properties by using the property set map defined in your command class. Although the rowset class appears to be using the command class' property sets, the rowset is supplied with its own copy of the run-time properties, when it is created by a command or session object.

#include <altdb.h>

Class Members

See Also

Using the OLE DB Provider Templates, The OLE DB Provider Architecture