CRowset::IsSameRow

HRESULT IsSameRow( HROW hRow ) const;

Return Value

A standard HRESULT. S_OK indicates the rows are the same. For other values see IRowsetIndentity::IsSameRowin the OLE DB Programmer's Reference.

Parameters

hRow

[in] A Handle to the row to compare to the current row.

Remarks

Compares the specified row with the current row.

CRowset OverviewClass Members