IRowsetNotifyImpl::OnRowChange

Notifica al consumidor el primer cambio en una fila o cualquier cambio que afecte a la fila completa.

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

Parámetros

Vea IRowsetNotify::OnRowChange para las descripciones del parámetro.

Valor devuelto

Vea IRowsetNotify::OnRowChange para las descripciones del valor devuelto.

Comentarios

Este método encapsula el método de IRowsetNotify::OnRowChange .Vea que la descripción del método en la referencia del programador para obtener detalles.

Requisitos

Header: atldbcli.h

Vea también

Referencia

IRowsetNotifyImpl (Clase)

IRowsetNotify::OnRowChange