다음을 통해 공유


IRowsetUpdateImpl::m_mapCachedData

A map containing the original data for the deferred operation.

CAtlMap< 
   HROW hRow,  
   Storage* pData 
> 
m_mapCachedData;

매개 변수

  • hRow
    Handle to the rows for the data.

  • pData
    A pointer to the data to be cached. The data is of type Storage (the user record class). See the Storage template argument in IRowsetUpdateImpl Class.

요구 사항

Header: atldb.h

참고 항목

참조

IRowsetUpdateImpl 클래스