AcceptChanges |
Commits all the changes made to this DataSet since it was loaded or the last time AcceptChanges was called. |
Clear |
Clears the DataSet of any data by removing all rows in all tables. |
Clone |
Clones the structure of the DataSet, including all DataTable schemas, relations, and constraints. |
Copy |
Copies both the structure and data for this DataSet. |
Dispose (inherited from Component) |
Disposes of the Component. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetChanges |
Overloaded. Returns a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called. |
GetChildRelations |
Gets the collection of child relations which belong to a specified table. |
GetContainer (inherited from Component) |
Returns the IContainer that contains the Component. |
GetDesignMode (inherited from Component) |
Gets a value indicating whether the Component is currently in design mode. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetParentRelations |
Gets the collection of parent relations which belong to a specified table. |
GetServiceObject (inherited from Component) |
Returns an object representing a service provided by the Component. |
GetType (inherited from Object) |
Gets the Type of the Object. |
HasChanges |
Overloaded. Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows. |
InferSchema |
Overloaded. Instructs the DataSet to infer a schema from a source. |
LoadDiffGram |
Loads a specially formatted XML document that includes all changes, including before and after data, from a IDataReader. |
Merge |
Overloaded. Merges this DataSet into a specified DataSet. |
ReadDiffGram |
Overloaded. Reads a specially formatted XML document that includes all changes, including before and after data. |
RejectChanges |
This method rolls back all the changes to have been made to this DataSet since it was loaded or the last time AcceptChanges was called. Any rows still in edit-mode cancel their edits. New rows get removed. Modified and Deleted rows return back to their original state. |
ResetLocale |
Resets the Locale property to the current system locale. |
ResetRelations |
Clears the collection of relations. |
ResetTables |
[To be supplied.] |
SaveDiffGram |
Saves a specially formatted XML document that includes all changes, including before and after data, to a specified TextWriter. |
ShouldPersistLocale |
Indicates whether the locale property should be persisted. This is true if the user ever explicitly sets the locale property and doesn't call ResetLocale. |
ShouldPersistRelations |
[To be supplied.] |
ShouldPersistTables |
[To be supplied.] |
ToString (inherited from Component) |
Returns a String containing the name of the Component, if any. This method should not be overridden. For internal use only. |
WriteDiffGram |
Writes a specially formatted XML document that includes all changes, including before and after data, into the specfied XmlWriter. |