13 references to AcceptChanges
System.Data.Common (5)
System\Data\DataSet.cs (1)
1067Tables[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)
852tempSchemaTable.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)
118restrictionsTable.AcceptChanges(); 126metaDataCollectionsTable.AcceptChanges(); 772dataSourceInformationTable.AcceptChanges(); 817dataTypesTable.AcceptChanges();
System.Data.OleDb (4)
OleDbMetaDataFactory.cs (4)
159restrictionsTable.AcceptChanges(); 168metaDataCollectionsTable.AcceptChanges(); 347dataSourceInformationTable.AcceptChanges(); 465dataTypesTable.AcceptChanges();