IConvertTypeImpl
template <class T**>
class ATL_NO_VTABLE IConvertTypeImpl : public IConvertType, public CConvertHelper**
Parameters
T
Your class, derived from IConvertTypeImpl.
Remarks
This interface is mandatory on commands, rowsets, and index rowsets. IConvertTypeImpl provides an implementation of the interface. IConvertTypeImpl implements the interface by delegating to the conversion object supplied by OLE DB.
#include <atldb.h>
Using the OLE DB Provider Templates, The OLE DB Provider Architecture