affectedRowsExact property

bool get affectedRowsExact

Whether affectedRows is attributable to this statement alone.

Implementation

bool get affectedRowsExact =>
    affectedRowsSource != MssqlAffectedRowsSource.driverTotal;