Name | Description | |
---|---|---|
AcceptChanges | Marks all rows on all tables as unchanged. | |
Clear | Clears all rows in all tables of the DataSet. | |
GetChanges | Overloaded. Gets a DataSet containing all tables that have changed since the data was loaded or AcceptChanges was called, or null if there are no changes. | |
GetXml | Returns the XML representation of the data stored in the DataSet. | |
ReadXml | Overloaded. Loads a DataSet from an Xml stream. | |
ReadXmlFromString | Loads a DataSet from the specified string containing XML representation of the data. | |
Reset | Resets the DataSet. | |
WriteXml | Overloaded. Writes a DataSet into an Xml stream. |