Skip to content

Latest commit

 

History

History
75 lines (64 loc) · 1.76 KB

File metadata and controls

75 lines (64 loc) · 1.76 KB
title ICommandTextImpl Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
ICommandText
dev_langs
C++
helpviewer_keywords
ICommandText class
ms.assetid 9c2715cc-1e55-4468-8327-85341617ed46
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

ICommandTextImpl Class

Provides an implementation for the ICommandText interface.

Syntax

template <class T >  
class ATL_NO_VTABLE ICommandTextImpl   
   : public ICommandImpl<T, ICommandText>  

Parameters

T
The command class derived from ICommandTextImpl.

Members

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.

Remarks

A mandatory interface on commands.

Requirements

Header: altdb.h

See Also

OLE DB Provider Templates
OLE DB Provider Template Architecture