4 references to Rows
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (4)
1198
batchCommands[bc].Errors = ADP.UpdateConcurrencyViolation(batchCommands[bc].StatementType, 0, 1, new DataRow[] { rowUpdatedEvent.
Rows
[bc] });
1200
rows.Add(rowUpdatedEvent.
Rows
[bc]);
1211
rowUpdatedEvent.
Rows
[bc].AcceptChanges();
1229
DataRow[] rowsInError = (null != rows) ? rows.ToArray() : rowUpdatedEvent.
Rows
;