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