Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 1009 Bytes

File metadata and controls

56 lines (49 loc) · 1009 Bytes
title CAccessorRowset::Bind | 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
CAccessorRowset.Bind
CAccessorRowset::Bind
dev_langs
C++
helpviewer_keywords
Bind method
ms.assetid 42a1fc86-f570-4e54-9b82-7f7141564214
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

CAccessorRowset::Bind

Creates the bindings if you specified bBind as false in CCommand::Open.

Syntax

  
HRESULT Bind( );  
  

Return Value

A standard HRESULT.

Requirements

Header: atldbcli.h

See Also

CAccessorRowset Class