IRowsetUpdateImpl::Update

Trasmette le modifiche apportate alla riga ultimo recupero o aggiornamento.

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

Parametri

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

Note

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

Requisiti

Header: il file

Vedere anche

Riferimenti

Classe IRowsetUpdateImpl