7 references to Row
System.Data (7)
fx\src\data\System\Data\Common\DbDataAdapter.cs (6)
1293
SchemaMapping mapping = new SchemaMapping(this, null, rowUpdatedEvent.
Row
.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
1298
rowUpdatedEvent.
Row
.AcceptChanges();
1301
mapping.ApplyToDataRow(rowUpdatedEvent.
Row
);
1326
rowUpdatedEvent.
Row
.AcceptChanges();
1328
ParameterOutput(dataCommand.Parameters, rowUpdatedEvent.
Row
, rowUpdatedEvent.TableMapping);
1341
rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(cmdIndex, rowUpdatedEvent.RecordsAffected, 1, new DataRow[] { rowUpdatedEvent.
Row
}); // MDAC 55735
fx\src\data\System\Data\Common\RowUpdatedEventArgs.cs (1)
145
array[arrayIndex] =
Row
;