Share via


IRowsetUpdateImpl::m_mapCachedData

 

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 IRowsetUpdateImpl::m_mapCachedData.

A map containing the original data for the deferred operation.

Syntax

  
      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

IRowsetUpdateImpl Class