Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.08 KB

File metadata and controls

60 lines (52 loc) · 1.08 KB
title CCommand::Unprepare | 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
Unprepare
CCommand.Unprepare
CCommand::Unprepare
dev_langs
C++
helpviewer_keywords
Unprepare method
ms.assetid 4fe59988-fe51-4c7c-a156-72b68e3d642b
caps.latest.revision 8
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

CCommand::Unprepare

Discards the current command execution plan.

Syntax

  
HRESULT CCommandBase::Unprepare( ) throw( );  
  

Return Value

A standard HRESULT.

Remarks

This method wraps the OLE DB method ICommandPrepare::Unprepare.

Requirements

Header: atldbcli.h

See Also

CCommand Class