| | Name | Description |
 | AcceptChanges | Commits all changes made to the data set since it was filled with data or the last time AcceptChanges or RejectChanges was called. |
 | Clear | Overloaded. Removes all rows from all data set tables. |
 | Dispose | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | Fill | Overloaded. Fills the data set with data fetching it from the database. |
 | GetChanges | Overloaded. Gets a copy of the data set containing all changes to simple tables made since it was last filled, or since AcceptChanges was called. Composite tables and table views are empty in the resulting data set. |
 | GetDefaultTableViewRows | Returns the list of all potential table view rows, pointers to all existing table rows. |
 | GetExportDataSet | Overloaded. Creates and fills with data an ADO.NET data set consisting of this data set's table views. |
 | GetService | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | HasChanges | Overloaded. Gets a value indicating whether the data set has changes, including new, deleted, or modified rows, optionally filtered by DataRowStateEnum. |
 | Merge | Merges the parameter data set containing only simple table data into this (caller) data set. |
 | PopExecutionMode | Restores the execution mode affecting actions invoked while handling another action. |
 | PushExecutionMode | Sets the execution mode affecting actions invoked while handling another action. |
 | ReadXml | Overloaded. Reads XML data into the data set. |
 | RejectChanges | Rolls back all changes made to the data set since it was filled with data or the last time AcceptChanges or RejectChanges was called. |
 | SetTableViewRows | Fills a table view with rows pointing to table rows. |
 | StopAsyncFetch | For C1.Data.SchemaObjects.TableView.DataAccessMode = VirtualAutomatic, this property stops the background fetch, if a fetch is in progress. |
 | StorageChangeBegin | Begins the process of modifying/synchronizing the underlying ADO.NET DataSet. |
 | StorageChanged | Overloaded. Marks the end of the first stage of modifying/synchronizing the underlying ADO.NET DataSet. |
 | StorageChangeEnd | Ends the process of modifying/synchronizing the underlying ADO.NET DataSet. |
 | ToString | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | Update | Overloaded. Updates (commits) all changed data set rows to the database. |
 | WriteXml | Overloaded. Writes XML data from the data set. |