Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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