The AnalyticsDataSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AnalyticsDataSet | Overloaded. |
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. |
Properties
Name | Description | |
---|---|---|
![]() | CaseSensitive | Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive. (Inherited from DataSet.) |
![]() | Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
![]() | DataSetName | Gets or sets the name of the current DataSet. (Inherited from DataSet.) |
![]() | DefaultViewManager | Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager. (Inherited from DataSet.) |
![]() | DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
![]() | EnforceConstraints | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. (Inherited from DataSet.) |
![]() | ErrorMessage |
Gets the error message, if any, associated with the evaluation of an analytics query.
This message reports any errors that span multiple statements; it does NOT report errors
relating to an individual statement.
|
![]() | Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) |
![]() | ExtendedProperties | Gets the collection of customized user information associated with the DataSet. (Inherited from DataSet.) |
![]() | HasErrors | Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet. (Inherited from DataSet.) |
![]() | IsInitialized | Gets a value that indicates whether the DataSet is initialized. (Inherited from DataSet.) |
![]() | Locale | Gets or sets the locale information used to compare strings within the table. (Inherited from DataSet.) |
![]() | Namespace | Gets or sets the namespace of the DataSet. (Inherited from DataSet.) |
![]() | Prefix | Gets or sets an XML prefix that aliases the namespace of the DataSet. (Inherited from DataSet.) |
![]() | Relations | Get the collection of relations that link tables and allow navigation from parent tables to child tables. (Inherited from DataSet.) |
![]() | RemotingFormat | Gets or sets a SerializationFormat for the DataSet used during remoting. (Inherited from DataSet.) |
![]() | SchemaSerializationMode | Gets or sets a SchemaSerializationMode for a DataSet. (Inherited from DataSet.) |
![]() | Site | (Inherited from DataSet.) |
![]() | Tables | Gets the collection of tables contained in the DataSet. (Inherited from DataSet.) |
Events
Name | Description | |
---|---|---|
![]() | Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
![]() | Initialized | Occurs after the DataSet is initialized. (Inherited from DataSet.) |
![]() | MergeFailed | Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true. (Inherited from DataSet.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IListSource..::.ContainsListCollection | For a description of this member, see ContainsListCollection. (Inherited from DataSet.) |
![]() ![]() | 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.) |