ICommandTextImpl Class
Visual Studio 2015
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 ICommandTextImpl Class.
Provides an implementation for the ICommandText interface.
template <class T > class ATL_NO_VTABLE ICommandTextImpl : public ICommandImpl<T, ICommandText>
Parameters
T
The command class derived from ICommandTextImpl.
Interface Methods
| GetCommandText | Returns the text command set by the last call to SetCommandText. |
| SetCommandText | Sets the command text, replacing the existing command text. |
Data Members
| m_strCommandText | Stores the command text. |
A mandatory interface on commands.
Header: altdb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture
Show: