affectedRows property

BigInt get affectedRows

Returns the number of rows affected by the last INSERT, UPDATE, or DELETE.

This is useful for determining how many records were modified by data manipulation operations.

Implementation

BigInt get affectedRows => resultSet.affectedRows;