다음을 통해 공유


IRowsetUpdateImpl::Update

Transmits any changes made to the row since the last fetch or update.

STDMETHOD ( Update )( 
   HCHAPTER /* hReserved */, 
   DBCOUNTITEM cRows, 
   const HROW rghRows[], 
   DBCOUNTITEM* pcRows, 
   HROW** prgRows, 
   DBROWSTATUS** prgRowStatus  
);

매개 변수

For other parameters, see IRowsetUpdate::Update in the OLE DB Programmer's Reference.

설명

Changes are transmitted by calling IRowsetChangeImpl::FlushData. The consumer must call CRowset::Update for the changes to take effect. Set prgRowstatus to an appropriate value as described in Row States in the OLE DB Programmer's Reference.

요구 사항

Header: atldb.h

참고 항목

참조

IRowsetUpdateImpl 클래스