Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 1.79 KB

File metadata and controls

68 lines (59 loc) · 1.79 KB
title CRowset::GetOriginalData | 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
ATL.CRowset<TAccessor>.GetOriginalData
CRowset<TAccessor>::GetOriginalData
GetOriginalData
ATL::CRowset<TAccessor>::GetOriginalData
ATL.CRowset.GetOriginalData
CRowset::GetOriginalData
ATL::CRowset::GetOriginalData
CRowset.GetOriginalData
dev_langs
C++
helpviewer_keywords
GetOriginalData method
ms.assetid 5b69d30e-34f4-41a4-a82d-cd175be88d53
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

CRowset::GetOriginalData

Calls IRowsetUpdate::GetOriginalData to retrieve the data most recently fetched from or transmitted to the data source.

Syntax

  
HRESULT GetOriginalData( ) throw( );  
  

Return Value

A standard HRESULT.

Remarks

This method retrieves the data most recently fetched from or transmitted to the data source; it does not retrieve values based on pending changes.

This method requires the optional interface IRowsetUpdate, which might not be supported on all providers; if this is the case, the method returns E_NOINTERFACE. You must also set DBPROP_IRowsetUpdate to VARIANT_TRUE before calling Open on the table or command containing the rowset.

Requirements

Header: atldbcli.h

See Also

CRowset Class
IRowsetUpdate::GetOriginalData