affectedRows property
The number of rows affected by the operation.
Typically used with UPDATE, INSERT, or DELETE queries.
Implementation
final int? affectedRows;
The number of rows affected by the operation.
Typically used with UPDATE, INSERT, or DELETE queries.
final int? affectedRows;