DataSet Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AcceptChanges | Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called. |
| BeginInit | Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run-time. |
| Clear | Clears the DataSet of any data by removing all rows in all tables. |
| Clone | Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any data. |
| Copy | Copies both the structure and data for this DataSet. |
| CreateDataReader | Overloaded. Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the Tables collection. |
| Dispose | Overloaded. Releases the resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
| EndInit | Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetChanges | Overloaded. Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called. |
| GetDataSetSchema | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetObjectData | Populates a serialization information object with the data needed to serialize the DataSet. |
| GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetXml | Returns the XML representation of the data stored in the DataSet. |
| GetXmlSchema | Returns the XML Schema for the XML representation of the data stored in the DataSet. |
| HasChanges | Overloaded. Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows. |
| InferXmlSchema | Overloaded. Applies XML schema to the DataSet. |
| Load | Overloaded. Fills a DataSet with values from a data source using the supplied IDataReader. |
| Merge | Overloaded. Merges a specified DataSet, DataTable, or array of DataRow objects into the current DataSet or DataTable. |
| ReadXml | Overloaded. Reads XML schema and data into the DataSet. |
| ReadXmlSchema | Overloaded. Reads an XML schema into the DataSet. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| RejectChanges | Rolls back all the changes made to the DataSet since it was created, or since the last time DataSet.AcceptChanges was called. |
| Reset | Resets the DataSet to its original state. Subclasses should override Reset to restore a DataSet to its original state. |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) |
| WriteXml | Overloaded. Writes XML data, and optionally the schema, from the DataSet. |
| WriteXmlSchema | Overloaded. Writes the DataSet structure as an XML schema. |
| Name | Description | |
|---|---|---|
| DetermineSchemaSerializationMode | Overloaded. Determines the SchemaSerializationMode for a DataSet. |
| Dispose | Overloaded. Releases the resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
| Finalize | [To be supplied.] (Inherited from MarshalByValueComponent.) |
| GetSchemaSerializable | |
| GetSerializationData | |
| InitializeDerivedDataSet | |
| IsBinarySerialized | Inspects the format of the serialized representation of the DataSet. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnPropertyChanging | Raises the OnPropertyChanging event. |
| OnRemoveRelation | Occurs when a DataRelation object is removed from a DataTable. |
| OnRemoveTable | Occurs when a DataTable is removed from a DataSet. |
| RaisePropertyChanging | Sends a notification that the specified DataSet property is about to change. |
| ReadXmlSerializable | |
| ShouldSerializeRelations | Gets a value indicating whether Relations property should be persisted. |
| ShouldSerializeTables | Gets a value indicating whether Tables property should be persisted. |
| Name | Description | |
|---|---|---|
| System.ComponentModel.IListSource.GetList | For a description of this member, see IListSource.GetList. |
| System.Runtime.Serialization.ISerializable.GetObjectData | |
| System.Xml.Serialization.IXmlSerializable.GetSchema | For a description of this member, see IXmlSerializable.GetSchema. |
| System.Xml.Serialization.IXmlSerializable.ReadXml | For a description of this member, see IXmlSerializable.ReadXml. |
| System.Xml.Serialization.IXmlSerializable.WriteXml | For a description of this member, see IXmlSerializable.WriteXml. |
Community Additions
ADD
Show: