Compartir a través de


IRowsetUpdateImpl::m_mapCachedData

A map containing the original data for the deferred operation.

CAtlMap< 
   HROW hRow,  
   Storage* pData 
> 
m_mapCachedData;

Parameters

  • 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.

Requirements

Header: atldb.h

See Also

Reference

IRowsetUpdateImpl Class

Other Resources

IRowsetUpdateImpl Members