Share via


IRowsetNotifyImpl::OnFieldChange

Notifies the consumer of any change to the value of a column.

STDMETHOD(OnFieldChange)( 
      /* [in] */ IRowset* /* pRowset */, 
      /* [in] */ HROW /* hRow */, 
      /* [in] */ DBORDINAL /* cColumns */, 
      /* [size_is][in] */ DBORDINAL /* rgColumns */ [] , 
      /* [in] */ DBREASON /* eReason */, 
      /* [in] */ DBEVENTPHASE /* ePhase */, 
      /* [in] */ BOOL /* fCantDeny */)

Parameters

See IRowsetNotify::OnFieldChange for parameter descriptions.

Return Value

See IRowsetNotify::OnFieldChange for return value descriptions.

Remarks

This method wraps the IRowsetNotify::OnFieldChange method. See that method's description in the OLE DB Programmer's Reference for details.

Requirements

Header: atldbcli.h

See Also

Reference

IRowsetNotifyImpl Class

IRowsetNotify::OnFieldChange