Share via


IRowsetNotifyCP::Fire_OnFieldChange

Broadcasts an OnFieldChange event to notify consumers of a change to the value of a column.

HRESULT Fire_OnFieldChange( 
   IRowset* pRowset, 
   HROW hRow, 
   DBORDINAL cColumns, 
   DBORDINAL* rgColumns, 
   DBREASON eReason, 
   DBEVENTPHASE ePhase, 
   BOOL fCantDeny  
);

Parameters

See IRowsetNotify::OnFieldChange in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

Reference

IRowsetNotifyCP Class