Condividi tramite


IRowsetUpdateImpl::Update

Trasmette le modifiche apportate alla riga dall'ultima raccolta o aggiornamento.

STDMETHOD ( Update )( 
   HCHAPTER /* hReserved */, 
   DBCOUNTITEM cRows, 
   const HROW rghRows[], 
   DBCOUNTITEM* pcRows, 
   HROW** prgRows, 
   DBROWSTATUS** prgRowStatus  
);

Parametri

Per altri parametri, vedere IRowsetUpdate::Updatein OLE DB Programmer's Reference.

Note

Le modifiche vengono trasmesse chiamando IRowsetChangeImpl::FlushData. Il consumer deve chiamare CRowset::Update perché le modifiche siano effettive. Impostare il prgRowstatus su un valore appropriato come descritto in Stati di rigain OLE DB Programmer's Reference.

Requisiti

Intestazione: atldb.h

Vedere anche

Riferimenti

Classe IRowsetUpdateImpl