IRowsetNotifyImpl::OnFieldChange
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IRowsetNotifyImpl::OnFieldChange.
Notifies the consumer of any change to the value of a column.
Syntax
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