IRowsetNotifyImpl::OnRowChange

Notifica al consumer la prima modifica apportata a una riga o tutte le modifiche che hanno effetto sull'intera riga.

STDMETHOD(OnRowChange)( 
      /* [in] */ IRowset* /* pRowset */,
      /* [in] */ DBCOUNTITEM /* cRows */,
      /* [size_is][in] */ const HROW /* rghRows*/ [] ,
      /* [in] */ DBREASON /* eReason */,
      /* [in] */ DBEVENTPHASE /* ePhase */,
      /* [in] */ BOOL /* fCantDeny */)

Parametri

Vedere IRowsetNotify::OnRowChange per le descrizioni del parametro.

Valore restituito

Vedere IRowsetNotify::OnRowChange per le descrizioni di valore restituito.

Note

Questo metodo esegue il wrapping del metodo di IRowsetNotify::OnRowChange .Vedere la descrizione del metodo in OLE DB Programmer's Reference per i dettagli.

Requisiti

Header: atldbcli.h

Vedere anche

Riferimenti

Classe IRowsetNotifyImpl

IRowsetNotify::OnRowChange