5 references to RecordsAffected
System.Data.Common (5)
System\Data\Common\DbDataAdapter.cs (5)
1223batchCommands[0]._recordsAffected = rowUpdatedEvent.RecordsAffected; 1448if ((0 < checkRecordsAffected) && ((0 == rowUpdatedEvent.RecordsAffected) || hasConcurrencyViolation)) 1565&& (0 != (UpdateRowSource.OutputParameters & updatedRowSource)) && (0 != rowUpdatedEvent.RecordsAffected)) 1583if (0 == rowUpdatedEvent.RecordsAffected) 1586rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(cmdIndex, rowUpdatedEvent.RecordsAffected, 1, new DataRow[] { rowUpdatedEvent.Row });