5 references to Rows
System.Data.Common (5)
System\Data\Common\DbDataAdapter.cs (5)
1366Debug.Assert(rowUpdatedEvent.Rows != null); 1416batchCommands[bc]._errors = ADP.UpdateConcurrencyViolation(batchCommands[bc]._statementType, 0, 1, new DataRow[] { rowUpdatedEvent.Rows[bc] }); 1418rows.Add(rowUpdatedEvent.Rows[bc]); 1430rowUpdatedEvent.Rows[bc].AcceptChanges(); 1452DataRow[] rowsInError = (null != rows) ? rows.ToArray() : rowUpdatedEvent.Rows!;