| title |
CRowset::IsSameRow | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
CRowset::IsSameRow |
CRowset.IsSameRow |
IsSameRow |
ATL::CRowset::IsSameRow |
ATL.CRowset.IsSameRow |
CRowset<TAccessor>::IsSameRow |
ATL.CRowset<TAccessor>.IsSameRow |
CRowset<TAccessor>.IsSameRow |
ATL::CRowset<TAccessor>::IsSameRow |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
53cba847-52f5-4dd9-973f-bbe7454c425c |
| caps.latest.revision |
10 |
| 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 |
|
Compares the specified row with the current row.
HRESULT IsSameRow(
HROW hRow
) const throw( );
hRow
[in] A handle to the row to compare to the current row.
A standard HRESULT. S_OK indicates the rows are the same. For other values, see IRowsetIndentity::IsSameRow in the OLE DB Programmer's Reference in the Windows SDK.
Header: atldbcli.h
CRowset Class