24 references to AcceptChanges
System.Data (24)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1449
datarow.
AcceptChanges
();
fx\src\data\System\Data\Common\DbDataAdapter.cs (4)
1211
rowUpdatedEvent.Rows[bc].
AcceptChanges
();
1298
rowUpdatedEvent.Row.
AcceptChanges
();
1326
rowUpdatedEvent.Row.
AcceptChanges
();
1390
row.
AcceptChanges
();
fx\src\data\System\Data\DataRow.cs (2)
487
/// since the last time <see cref='System.Data.DataRow.
AcceptChanges
'/> was called.</para>
1081
/// Rejects all changes made to the row since <see cref='System.Data.DataRow.
AcceptChanges
'/>
fx\src\data\System\Data\DataRowCollection.cs (1)
211
row.
AcceptChanges
();
fx\src\data\System\Data\DataTable.cs (4)
2125
oldRows[i].
AcceptChanges
();
4229
row.
AcceptChanges
();
4236
row.
AcceptChanges
();
4243
row.
AcceptChanges
();
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
255
childRow.
AcceptChanges
();
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
2028
row.
AcceptChanges
();
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
953
row.
AcceptChanges
();
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
412
row.
AcceptChanges
();
466
row.
AcceptChanges
();
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
406
newRow.
AcceptChanges
();
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
104
newRow.
AcceptChanges
();
331
dataSourceInfoRow.
AcceptChanges
();
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
675
schemaRow.
AcceptChanges
();
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
711
schemaRow.
AcceptChanges
();
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (2)
165
newRow.
AcceptChanges
();
236
newRow.
AcceptChanges
();