13 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.Data.OleDb (4)
OleDbMetaDataFactory.cs (4)
159
restrictionsTable.
AcceptChanges
();
168
metaDataCollectionsTable.
AcceptChanges
();
347
dataSourceInformationTable.
AcceptChanges
();
465
dataTypesTable.
AcceptChanges
();