Indicates that the specified rows were inserted, beginning at the row position specified by iRow. insertedRows is an event handler method, implemented through OLEDBSimpleProvider::addOLEDBSimpleProviderListener. This notification is issued when rows are inserted through OLEDBSimpleProvider::insertRows or internally through a provider.
HRESULT insertedRows ( LONG iRow, LONG cRows);
Parameters
Return Codes