17 references to AcceptChanges
System.Data.Common (13)
System\Data\Common\DBCommandBuilder.cs (1)
1625
datarow?.
AcceptChanges
();
System\Data\Common\DbDataAdapter.cs (4)
1430
rowUpdatedEvent.Rows[bc].
AcceptChanges
();
1538
rowUpdatedEvent.Row.
AcceptChanges
();
1569
rowUpdatedEvent.Row.
AcceptChanges
();
1643
row.
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)
191
row.
AcceptChanges
();
System\Data\DataTable.cs (4)
2308
oldRows[i].
AcceptChanges
();
4711
row.
AcceptChanges
();
4720
row.
AcceptChanges
();
4730
row.
AcceptChanges
();
System\Data\ForeignKeyConstraint.cs (1)
251
childRow.
AcceptChanges
();
System.Data.Odbc (4)
src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
85
newRow.
AcceptChanges
();
333
dataSourceInfoRow.
AcceptChanges
();
System\Data\Odbc\OdbcDataReader.cs (1)
2300
row.
AcceptChanges
();
System\Data\Odbc\OdbcMetaDataFactory.cs (1)
996
row.
AcceptChanges
();