The AnalyticsDataSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AcceptChanges | Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges()()() was called. (Inherited from DataSet.) | |
| BeginInit | Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. (Inherited from DataSet.) | |
| Clear | Clears the DataSet of any data by removing all rows in all tables. (Inherited from DataSet.) | |
| Clone | Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any data. (Inherited from DataSet.) | |
| Copy | Copies both the structure and data for this DataSet. (Inherited from DataSet.) | |
| CreateDataReader | Overloaded. | |
| DetermineSchemaSerializationMode | Overloaded. | |
| Dispose | Overloaded. | |
| EndInit | Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. (Inherited from DataSet.) | |
| Equals | (Inherited from Object.) | |
| Finalize | [To be supplied.] (Inherited from MarshalByValueComponent.) | |
| GetChanges | Overloaded. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObjectData |
Supports serialization.
(Overrides DataSet..::.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetSchemaSerializable | (Inherited from DataSet.) | |
| GetSerializationData | (Inherited from 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. (Inherited from DataSet.) | |
| GetXmlSchema | Returns the XML Schema for the XML representation of the data stored in the DataSet. (Inherited from DataSet.) | |
| HasChanges | Overloaded. | |
| InferXmlSchema | Overloaded. | |
| InitializeDerivedDataSet | (Inherited from DataSet.) | |
| IsBinarySerialized | Inspects the format of the serialized representation of the DataSet. (Inherited from DataSet.) | |
| Load | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Merge | Overloaded. | |
| OnPropertyChanging | Raises the OnPropertyChanging(PropertyChangedEventArgs) event. (Inherited from DataSet.) | |
| OnRemoveRelation | Occurs when a DataRelation object is removed from a DataTable. (Inherited from DataSet.) | |
| OnRemoveTable | (Inherited from DataSet.) | |
| RaisePropertyChanging | Sends a notification that the specified DataSet property is about to change. (Inherited from DataSet.) | |
| ReadXml | Overloaded. | |
| ReadXmlSchema | Overloaded. | |
| ReadXmlSerializable | (Inherited from DataSet.) | |
| RejectChanges | Rolls back all the changes made to the DataSet since it was created, or since the last time AcceptChanges()()() was called. (Inherited from DataSet.) | |
| Reset | Resets the DataSet to its original state. Subclasses should override Reset()()() to restore a DataSet to its original state. (Inherited from DataSet.) | |
| ShouldSerializeRelations | Gets a value indicating whether Relations property should be persisted. (Inherited from DataSet.) | |
| ShouldSerializeTables | Gets a value indicating whether Tables property should be persisted. (Inherited from DataSet.) | |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) | |
| WriteXml | Overloaded. | |
| WriteXmlSchema | Overloaded. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IListSource..::.GetList | For a description of this member, see GetList()()(). (Inherited from DataSet.) | |
| IXmlSerializable..::.GetSchema | For a description of this member, see GetSchema()()(). (Inherited from DataSet.) | |
| IXmlSerializable..::.ReadXml | For a description of this member, see ReadXml(XmlReader). (Inherited from DataSet.) | |
| IXmlSerializable..::.WriteXml | For a description of this member, see WriteXml(XmlWriter). (Inherited from DataSet.) |