Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two row handles to see if they refer to the same row.
STDMETHOD( IsSameRow )(
HROW hThisRow,
HROW hThatRow
);
Parameters
See IRowsetIdentity::IsSameRow in the OLE DB Programmer's Reference.
Remarks
To compare row handles, this method casts the HROW handles to RowClass members and calls memcmp on the pointers.
Requirements
Header: atldb.h