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.

Syntax

template <class T>  
class ATL_NO_VTABLE IConvertTypeImpl   
   : public IConvertType, public CConvertHelper  

Parameters

T
Your class, derived from IConvertTypeImpl.

Members

Interface Methods

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

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

OLE DB Provider Templates
OLE DB Provider Template Architecture