IRowsetIdentityImpl Class
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IRowsetIdentityImpl Class.
Implements the OLE DB IRowsetIdentity interface, which enables testing for row identity.
Syntax
template <class T, class RowClass = CSimpleRow>
class ATL_NO_VTABLE IRowsetIdentityImpl
: public IRowsetIdentity
Parameters
T
A class derived from IRowsetIdentityImpl
.
RowClass
The storage unit for the HROW.
Members
Methods
IsSameRow | Compares two row handles to see if they refer to the same row. |
Requirements
Header: atldb.h
See Also
OLE DB Provider Templates
OLE DB Provider Template Architecture