IRowsetChangeImpl::FlushData
Overidden by provider to commit data to its store.
HRESULT FlushData(
HROW hRowToFlush,
HACCESSOR hAccessorToFlush
);
Parameters
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).
Return Value
A standard HRESULT.
Requirements
Header: atldb.h