lastModifiedRows method

int lastModifiedRows()

Returns the amount of rows affected by the most recent INSERT, UPDATE or DELETE statement.

Implementation

int lastModifiedRows() => _obj.getRowsModified();