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.
Provides an implementation of the IConvertType interface.
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 implements the interface by delegating to the conversion object supplied by OLE DB.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C+)
The OLE DB Provider Template Architecture