17 references to AcceptChanges
System.Data (15)
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
225config.AcceptChanges();
fx\src\data\System\Data\DataSet.cs (1)
991Tables[i].AcceptChanges();
fx\src\data\System\Data\DataTable.cs (2)
2110/// <para>Commits all the changes made to this table since the last time <see cref='System.Data.DataTable.AcceptChanges'/> was called.</para> 3578/// since it was loaded, or the last time <see cref='System.Data.DataTable.AcceptChanges'/> was called.</para>
fx\src\data\System\Data\DataTableReader.cs (1)
726tempSchemaTable.AcceptChanges();
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
580/// this constraint when <see cref='System.Data.DataTable.AcceptChanges'/>
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (4)
117restrictionsTable.AcceptChanges(); 126metaDataCollectionsTable.AcceptChanges(); 736dataSourceInformationTable.AcceptChanges(); 781dataTypesTable.AcceptChanges();
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (4)
151restrictionsTable.AcceptChanges(); 160metaDataCollectionsTable.AcceptChanges(); 329dataSourceInformationTable.AcceptChanges(); 447dataTypesTable.AcceptChanges();
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (1)
257dataTypesTable.AcceptChanges();
System.Web.DataVisualization (1)
Common\General\DataManipulator.cs (1)
1076 seriesTable.AcceptChanges();
System.Windows.Forms.DataVisualization (1)
Common\General\DataManipulator.cs (1)
1076 seriesTable.AcceptChanges();