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