The AnalyticsDataTable type exposes the following members.

Constructors

  NameDescription
AnalyticsDataTableOverloaded.

Methods

  NameDescription
AcceptChanges
Commits all the changes made to this table since the last time AcceptChanges()()() was called.
(Inherited from DataTable.)
BeginInit
Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataTable.)
BeginLoadData
Turns off notifications, index maintenance, and constraints while loading data.
(Inherited from DataTable.)
Clear
Clears the DataTable of all data.
(Inherited from DataTable.)
Clone
Clones the structure of the DataTable, including all DataTable schemas and constraints.
(Inherited from DataTable.)
Compute
Computes the given expression on the current rows that pass the filter criteria.
(Inherited from DataTable.)
Copy
Copies both the structure and data for this DataTable.
(Inherited from DataTable.)
CreateDataReader
Returns a DataTableReader corresponding to the data within this DataTable.
(Inherited from DataTable.)
CreateInstance
(Inherited from DataTable.)
DisposeOverloaded.
EndInit
Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataTable.)
EndLoadData
Turns on notifications, index maintenance, and constraints after loading data.
(Inherited from DataTable.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
[To be supplied.]
(Inherited from MarshalByValueComponent.)
GetChangesOverloaded.
GetErrors
Gets an array of DataRow objects that contain errors.
(Inherited from DataTable.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObjectData
Supports serialization.
(Overrides DataTable..::.GetObjectData(SerializationInfo, StreamingContext).)
GetRowType
(Inherited from DataTable.)
GetSchema
(Inherited from DataTable.)
GetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ImportRow
Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values.
(Inherited from DataTable.)
LoadOverloaded.
LoadDataRowOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MergeOverloaded.
NewRow
Creates a new DataRow with the same schema as the table.
(Inherited from DataTable.)
NewRowArray
(Inherited from DataTable.)
NewRowFromBuilder
Creates a new row from an existing row.
(Inherited from DataTable.)
OnColumnChanged
Raises the ColumnChanged event.
(Inherited from DataTable.)
OnColumnChanging
Raises the ColumnChanging event.
(Inherited from DataTable.)
OnPropertyChanging
Raises the PropertyChanged event.
(Inherited from DataTable.)
OnRemoveColumn
Notifies the DataTable that a DataColumn is being removed.
(Inherited from DataTable.)
OnRowChanged
Raises the RowChanged event.
(Inherited from DataTable.)
OnRowChanging
Raises the RowChanging event.
(Inherited from DataTable.)
OnRowDeleted
Raises the RowDeleted event.
(Inherited from DataTable.)
OnRowDeleting
Raises the RowDeleting event.
(Inherited from DataTable.)
OnTableCleared
Raises the TableCleared event.
(Inherited from DataTable.)
OnTableClearing
Raises the TableClearing event.
(Inherited from DataTable.)
OnTableNewRow
Raises the TableNewRow event.
(Inherited from DataTable.)
ReadXmlOverloaded.
ReadXmlSchemaOverloaded.
ReadXmlSerializable
(Inherited from DataTable.)
RejectChanges
Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges()()() was called.
(Inherited from DataTable.)
Reset
Resets the DataTable to its original state.
(Inherited from DataTable.)
SelectOverloaded.
ToString
Gets the TableName and DisplayExpression, if there is one as a concatenated string.
(Inherited from DataTable.)
WriteXmlOverloaded.
WriteXmlSchemaOverloaded.

Fields

  NameDescription
fInitInProgress
(Inherited from DataTable.)

Properties

  NameDescription
CaseSensitive
Indicates whether string comparisons within the table are case-sensitive.
(Inherited from DataTable.)
ChildRelations
Gets the collection of child relations for this DataTable.
(Inherited from DataTable.)
Columns
Gets the collection of columns that belong to this table.
(Inherited from DataTable.)
Constraints
Gets the collection of constraints maintained by this table.
(Inherited from DataTable.)
Container
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
DataSet
Gets the DataSet to which this table belongs.
(Inherited from DataTable.)
DefaultView
Gets a customized view of the table that may include a filtered view, or a cursor position.
(Inherited from DataTable.)
DesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
DisplayExpression
Gets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface.
(Inherited from DataTable.)
ErrorMessage
Gets or sets the analytics processing error if the analytics command failed.
Events
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
ExtendedProperties
Gets the collection of customized user information.
(Inherited from DataTable.)
HasErrors
Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs.
(Inherited from DataTable.)
IsInitialized
Gets a value that indicates whether the DataTable is initialized.
(Inherited from DataTable.)
Locale
Gets or sets the locale information used to compare strings within the table.
(Inherited from DataTable.)
MinimumCapacity
Gets or sets the initial starting size for this table.
(Inherited from DataTable.)
Namespace
Gets or sets the namespace for the XML representation of the data stored in the DataTable.
(Inherited from DataTable.)
ParentRelations
Gets the collection of parent relations for this DataTable.
(Inherited from DataTable.)
Prefix
Gets or sets the namespace for the XML representation of the data stored in the DataTable.
(Inherited from DataTable.)
PrimaryKey
Gets or sets an array of columns that function as primary keys for the data table.
(Inherited from DataTable.)
RemotingFormat
Gets or sets the serialization format.
(Inherited from DataTable.)
Rows
Gets the collection of rows that belong to this table.
(Inherited from DataTable.)
Site
Gets or sets an ISite for the DataTable.
(Inherited from DataTable.)
TableName
Gets or sets the name of the DataTable.
(Inherited from DataTable.)
TotalRowCount
Gets or sets the total row count for this analytics result. This will be the same number as the count of rows returned, unless paging was placed in the analytics statement, in which case, TotalRowCount will be the number of rows that should have been returned.

Events

  NameDescription
ColumnChanged
Occurs after a value has been changed for the specified DataColumn in a DataRow.
(Inherited from DataTable.)
ColumnChanging
Occurs when a value is being changed for the specified DataColumn in a DataRow.
(Inherited from DataTable.)
Disposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Initialized
Occurs after the DataTable is initialized.
(Inherited from DataTable.)
RowChanged
Occurs after a DataRow has been changed successfully.
(Inherited from DataTable.)
RowChanging
Occurs when a DataRow is changing.
(Inherited from DataTable.)
RowDeleted
Occurs after a row in the table has been deleted.
(Inherited from DataTable.)
RowDeleting
Occurs before a row in the table is about to be deleted.
(Inherited from DataTable.)
TableCleared
Occurs after a DataTable is cleared.
(Inherited from DataTable.)
TableClearing
Occurs when a DataTable is cleared.
(Inherited from DataTable.)
TableNewRow
Occurs when a new DataRow is inserted.
(Inherited from DataTable.)

Explicit Interface Implementations

  NameDescription
IListSource..::.ContainsListCollection
For a description of this member, see ContainsListCollection.
(Inherited from DataTable.)
IListSource..::.GetList
For a description of this member, see GetList()()().
(Inherited from DataTable.)
IXmlSerializable..::.GetSchema
For a description of this member, see GetSchema()()().
(Inherited from DataTable.)
IXmlSerializable..::.ReadXml
For a description of this member, see ReadXml(XmlReader).
(Inherited from DataTable.)
IXmlSerializable..::.WriteXml
For a description of this member, see WriteXml(XmlWriter).
(Inherited from DataTable.)

See Also