7 references to Row
System.Data.Common (7)
System\Data\Common\DbDataAdapter.cs (6)
1530
SchemaMapping mapping = new SchemaMapping(this, null, rowUpdatedEvent.
Row
.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
1538
rowUpdatedEvent.
Row
.AcceptChanges();
1541
mapping.ApplyToDataRow(rowUpdatedEvent.
Row
);
1569
rowUpdatedEvent.
Row
.AcceptChanges();
1571
ParameterOutput(dataCommand.Parameters, rowUpdatedEvent.
Row
, rowUpdatedEvent.TableMapping);
1586
rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(cmdIndex, rowUpdatedEvent.RecordsAffected, 1, new DataRow[] { rowUpdatedEvent.
Row
});
System\Data\Common\RowUpdatedEventArgs.cs (1)
167
array[arrayIndex] =
Row
;