다음을 통해 공유


IRowsetIdentityImpl 클래스

Implements the OLE DB IRowsetIdentity interface, which enables testing for row identity.

template <class T, class RowClass = CSimpleRow>
class ATL_NO_VTABLE IRowsetIdentityImpl 
   : public IRowsetIdentity

매개 변수

  • T
    A class derived from IRowsetIdentityImpl.

  • RowClass
    The storage unit for the HROW.

멤버

메서드

IsSameRow

Compares two row handles to see if they refer to the same row.

요구 사항

Header: atldb.h

참고 항목

개념

OLE DB 공급자 템플릿(C++)

OLE DB 공급자 템플릿 구조