Used to indicate the number of rows that were inserted during the last query operation.
property RowsInserted: integer;
Check RowsInserted to determine how many rows were inserted during the last query operation. If RowsInserted is -1, the query has not inserted any rows.