10 references to AcceptChanges
System.Data.Common (5)
System\Data\DataSet.cs (1)
1067
Tables[i].
AcceptChanges
();
System\Data\DataTable.cs (2)
2289
/// Commits all the changes made to this table since the last time <see cref='System.Data.DataTable.
AcceptChanges
'/> was called.
3968
/// since it was loaded, or the last time <see cref='System.Data.DataTable.
AcceptChanges
'/> was called.
System\Data\DataTableReader.cs (1)
852
tempSchemaTable.
AcceptChanges
();
System\Data\ForeignKeyConstraint.cs (1)
656
/// this constraint when <see cref='System.Data.DataTable.
AcceptChanges
'/>
System.Data.Odbc (4)
System\Data\Odbc\OdbcMetaDataFactory.cs (4)
118
restrictionsTable.
AcceptChanges
();
126
metaDataCollectionsTable.
AcceptChanges
();
772
dataSourceInformationTable.
AcceptChanges
();
817
dataTypesTable.
AcceptChanges
();
System.Windows.Forms.UI.IntegrationTests (1)
DataGridViewTests.cs (1)
39
dataTable.
AcceptChanges
();