다음을 통해 공유


IRowsetChangeImpl::FlushData

Overidden by provider to commit data to its store.

HRESULT FlushData( 
   HROW hRowToFlush, 
   HACCESSOR hAccessorToFlush  
);

매개 변수

  • hRowToFlush
    [in] Handle to the rows for the data. The type of this row is determined from the RowClass template argument of the IRowsetImpl class (CSimpleRow by default).

  • hAccessorToFlush
    [in] Handle to the accessor, which contains binding information and type information in its PROVIDER_MAP (see IAccessorImpl).

반환 값

A standard HRESULT.

요구 사항

Header: atldb.h

참고 항목

참조

IRowsetChangeImpl 클래스