The AnalyticsDataTable type exposes the following members.

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.

Explicit Interface Implementations

  NameDescription
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