17 references to AcceptChanges
System.Data.Common (13)
System\Data\Common\DBCommandBuilder.cs (1)
1625datarow?.AcceptChanges();
System\Data\Common\DbDataAdapter.cs (4)
1430rowUpdatedEvent.Rows[bc].AcceptChanges(); 1538rowUpdatedEvent.Row.AcceptChanges(); 1569rowUpdatedEvent.Row.AcceptChanges(); 1643row.AcceptChanges();
System\Data\DataRow.cs (2)
536/// Commits all the changes made to this row since the last time <see cref='System.Data.DataRow.AcceptChanges'/> was called. 1174/// Rejects all changes made to the row since <see cref='System.Data.DataRow.AcceptChanges'/>
System\Data\DataRowCollection.cs (1)
191row.AcceptChanges();
System\Data\DataTable.cs (4)
2308oldRows[i].AcceptChanges(); 4711row.AcceptChanges(); 4720row.AcceptChanges(); 4730row.AcceptChanges();
System\Data\ForeignKeyConstraint.cs (1)
251childRow.AcceptChanges();
System.Data.Odbc (4)
src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
85newRow.AcceptChanges(); 333dataSourceInfoRow.AcceptChanges();
System\Data\Odbc\OdbcDataReader.cs (1)
2300row.AcceptChanges();
System\Data\Odbc\OdbcMetaDataFactory.cs (1)
996row.AcceptChanges();