IRowsetNotifyCP::Fire_OnFieldChange

 

The latest version of this topic can be found at IRowsetNotifyCP::Fire_OnFieldChange.

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

Syntax

  
      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

IRowsetNotifyCP Class