The AnalyticsDataSet type exposes the following members.

Methods

  NameDescription
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.)
CreateDataReaderOverloaded.
DetermineSchemaSerializationModeOverloaded.
DisposeOverloaded.
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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
[To be supplied.]
(Inherited from MarshalByValueComponent.)
GetChangesOverloaded.
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.)
HasChangesOverloaded.
InferXmlSchemaOverloaded.
InitializeDerivedDataSet
(Inherited from DataSet.)
IsBinarySerialized
Inspects the format of the serialized representation of the DataSet.
(Inherited from DataSet.)
LoadOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MergeOverloaded.
OnPropertyChanging (Inherited from DataSet.)
OnRemoveRelation
Occurs when a DataRelation object is removed from a DataTable.
(Inherited from DataSet.)
OnRemoveTable
Occurs when a DataTable is removed from a DataSet.
(Inherited from DataSet.)
RaisePropertyChanging
Sends a notification that the specified DataSet property is about to change.
(Inherited from DataSet.)
ReadXmlOverloaded.
ReadXmlSchemaOverloaded.
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.)
WriteXmlOverloaded.
WriteXmlSchemaOverloaded.

Explicit Interface Implementations

  NameDescription
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.)

See Also