The AnalyticsDataSet type exposes the following members.

Properties

  NameDescription
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
Gets or sets an ISite for the DataSet.
(Inherited from DataSet.)
Tables
Gets the collection of tables contained in the DataSet.
(Inherited from DataSet.)

Explicit Interface Implementations

  NameDescription
IListSource..::.ContainsListCollection
For a description of this member, see ContainsListCollection.
(Inherited from DataSet.)

See Also