IConvertTypeImpl Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at IConvertTypeImpl Class.

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.

Interface Methods

CanConvertGives information on the availability of type conversions on a command or on a rowset.

This interface is mandatory on commands, rowsets, and index rowsets. IConvertTypeImpl implements the interface by delegating to the conversion object supplied by OLE DB.

Header: atldb.h

OLE DB Provider Templates
OLE DB Provider Template Architecture

Show: