IRowsetNotifyImpl::OnRowsetChange

Notifica al consumidor cualquier cambio que afecte al conjunto de filas completo.

STDMETHOD(OnRowsetChange)( 
   /* [in] */ IRowset* /* pRowset */,
   /* [in] */ DBREASON /* eReason */,
   /* [in] */ DBEVENTPHASE /* ePhase */,
   /* [in] */ BOOL /* fCantDeny */)

Parámetros

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

Valor devuelto

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

Comentarios

Este método encapsula el método de IRowsetNotify::OnRowsetChange .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::OnRowsetChange