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