| AcceptChanges()Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called. |
| BeginInit()This method is not meant for use in the user's program. |
| Clear()Removes all the data from the DataSet by deleting all the rows from the table collection. |
| Clone() : DataSetMakes a copy of the DataSet structure (schemas, relations and constraints) and returns it as a new instance of DataSet. The data is not copied. |
| Copy() : DataSetCopies both the structure (schemas, relations and constraints) of the current object. |
| CreateDataReader() : DataTableReaderDocumentation for this section has not yet been entered. |
| CreateDataReader(params DataTable[]) : DataTableReaderDocumentation for this section has not yet been entered. |
| EndInit()This method is not meant for use in the user's program. |
| GetChanges() : DataSetGets a DataSet with the changes since the last call to AcceptChanges or since the object was loaded. |
| GetChanges(DataRowState) : DataSetGets a DataSet with the changes since the last call to AcceptChanges or since the object was loaded. The data is filtered by System.Data.DataRowState. |
static | GetDataSetSchema(System.Xml.Schema.XmlSchemaSet) : System.Xml.Schema.XmlSchemaComplexTypeDocumentation for this section has not yet been entered. |
| GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Documentation for this section has not yet been entered. |
| GetXml() : stringReturns the data contained in the DataSet formatted as XML. |
| GetXmlSchema() : stringReturns the XSD representation fore the XML schema of the data contained in the current DataSet. |
| HasChanges() : boolReturns a value that indicates whether the current DataSet has any changes in it (that is any New, Deleted or Modified rows). |
| HasChanges(DataRowState) : boolReturns a value that indicates whether the current DataSet has any changes in it (that is any New, Deleted or Modified rows), filtered by System.Data.DataRowState |
| InferXmlSchema(System.IO.Stream, string[])Applies the specified XML schema from the specified System.IO.Stream to the current DataSet |
| InferXmlSchema(System.IO.TextReader, string[])Applies the specified XML schema from the specified System.IO.TextReader to the current DataSet |
| InferXmlSchema(string, string[])Applies the specified XML schema from the specified file to the current DataSet |
| InferXmlSchema(System.Xml.XmlReader, string[])Applies the specified XML schema from the specified System.Xml.XmlReader to the current DataSet |
| Load(IDataReader, LoadOption, params DataTable[])Documentation for this section has not yet been entered. |
| Load(IDataReader, LoadOption, params string[])Documentation for this section has not yet been entered. |
| Load(IDataReader, LoadOption, FillErrorEventHandler, params DataTable[])Documentation for this section has not yet been entered. |
| Merge(DataRow[])Merges an array of System.Data.DataRow objects into the current DataSet. |
| Merge(DataSet)Merges a specified DataSet and its schema into the current DataSet. |
| Merge(DataTable)Merges a specified System.Data.DataTable and its schema into the current DataSet. |
| Merge(DataSet, bool)Merges a specified DataSet and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument. |
| Merge(DataRow[], bool, MissingSchemaAction)Merges an array of System.Data.DataRow objects into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. |
| Merge(DataSet, bool, MissingSchemaAction)Merges a specified DataSet and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments. |
| Merge(DataTable, bool, MissingSchemaAction)Merges a specified System.Data.DataTable and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. |
| ReadXml(System.IO.Stream) : XmlReadModeReads the XML schema and data from the specified stream. |
| ReadXml(System.IO.TextReader) : XmlReadModeReads the XML data from the specified reader object. |
| ReadXml(string) : XmlReadModeReads the XML from the specified file. |
| ReadXml(System.Xml.XmlReader) : XmlReadModeReads the XML data from the specified XML reader object. |
| ReadXml(System.IO.Stream, XmlReadMode) : XmlReadModeReads the XML schema and data from the specified stream using the indicated read mode. |
| ReadXml(System.IO.TextReader, XmlReadMode) : XmlReadModeReads the XML data from the specified reader object using the indicated read mode. |
| ReadXml(string, XmlReadMode) : XmlReadModeReads the XML from the specified file using the indicated read mode. |
| ReadXml(System.Xml.XmlReader, XmlReadMode) : XmlReadModeReads the XML data from the specified XML reader object using the indicated read mode. |
| ReadXmlSchema(System.IO.Stream)Reads the XML schema from the specified stream. |
| ReadXmlSchema(System.IO.TextReader)Reads the schema from the specified text reader object. |
| ReadXmlSchema(string)Reads the schema from the specified file. |
| ReadXmlSchema(System.Xml.XmlReader)Reads the schema from the specified XML reader object. |
| RejectChanges()Undoes the changes made to the DataSet since it was created or since the last time DataSet.AcceptChanges was called. |
| Reset()Restores the original state of the DataSet object. |
| WriteXml(System.IO.Stream)Writes the current DataSet data to the specified stream. |
| WriteXml(System.IO.TextWriter)Writes the data to the specified text writer object. |
| WriteXml(string)Writes the data to the specified file. |
| WriteXml(System.Xml.XmlWriter)Writes the data to the specified XML writer object. |
| WriteXml(System.IO.Stream, XmlWriteMode)Writes the current DataSet data to the specified stream using the indicated write mode. |
| WriteXml(System.IO.TextWriter, XmlWriteMode)Writes the data to the specified text writer object using the indicated write mode. |
| WriteXml(string, XmlWriteMode)Writes the data to the specified file using the indicated write mode. |
| WriteXml(System.Xml.XmlWriter, XmlWriteMode)Writes the data to the specified XML writer object using the indicated write mode. |
| WriteXmlSchema(System.IO.Stream)Write the schema to the specified stream object. |
| WriteXmlSchema(System.IO.TextWriter)Write the schema to the specified text writer object. |
| WriteXmlSchema(string)Write the schema to the specified file. |
| WriteXmlSchema(System.Xml.XmlWriter)Write the schema to the specified XML writer object. |