Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the collection of the columns that are part of this data table.
Gets a value indicating whether this table is refreshable by need, that is, it supports Spotfire.Dxp.Data.DataTable.RefreshOnDemandData calls and uses the Spotfire.Dxp.Data.DataTable.NeedsRefresh property to indicate if refresh is needed.
Gets the name of the table escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(identifier).
Gets a value indicating whether this table needs to be refreshed (by calling Spotfire.Dxp.Data.DataTable.RefreshOnDemandData).
Gets or sets the primary key for this data table. The primary key is a collection of columns in this table that provides a unique combination of values for each row.
Gets the number of rows in the columns in this table. All columns in a Spotfire.Dxp.Data.DataTable have the same number of rows.
Gets a collection of methods for executing transactions on the document.
Adds columns from the columns retrieved from the dataSource using the settings in the settings parameter. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a data source from a file path.
The data source to retrieve the new columns from.
The settings to use when adding the columns to the current table.
Information about the changes that occured in the table.
Adds rows from the columns retrieved from the dataSource using the settings in the settings parameter. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a data source from a file path.
The data source to retrieve the new columns from.
The settings to use when adding the rows to the current columns.
Information about the changes that occured in the table.
Adds a transformation to the table. The transformation will be applied on the source columns in the table (i.e., the columns originating from a data source or the result of an add columns or add rows operation.) Calculated columns will not be affected.
The transformation.
Information about the changes that occured in the table.
Adds a sequence of transformations to the table. The transformation will be applied on the source columns in the table (i.e., the columns originating from a data source or the result of an add columns or add rows operation.) Calculated columns will not be affected.
The transformations.
Information about the changes that occured in the table.
Gets a value indicating whether the data table can be reloaded using the Spotfire.Dxp.Data.DataTable.ReloadAllData method.
True if the data table can be reloaded; false otherwise.
Gets a value indicating whether the data table can be reloaded using the Spotfire.Dxp.Data.DataTable.ReloadLinkedData method.
True if the data table can be reloaded; false otherwise.
Generates a Spotfire.Dxp.Data.SourceView representing Spotfire.Dxp.Data.DataOperations.DataOperations performed to construct this data table.
A generated Spotfire.Dxp.Data.SourceView.
The object returned is only valid as long as the data table structure is not modified, i.e. as long as the set of Spotfire.Dxp.Data.DataOperations.DataOperations is the same. Examples of invalidating modifications include adding rows/columns or transformations.
Gets the distinct rows for the specified cursors. Note that this method is not supported for external data tables.
The row indexes to enumerate. May be null for all rows.
Specifies which columns to include in the enumeration. These are used to access the individual data values for each row. You need to specify at least one value cursor.
An enumerator of the distinct rows in the subset. The order of the returned rows is not specified.
Gets the methods that can be used in expressions on this table.
The methods that can be used on this table.
Enumerates all rows for the columns specified by the given valueCursors.
Specifies what columns to include in the enumeration and are used to access the individual data values for each row.
An enumeration of all rows.
Enumerates a subset of the rows for the columns specified by the given valueCursorss.
The row indexes to enumerate.
Specifies what columns to include in the enumeration and are used to access the individual data values for each row.
An enumeration of the rows in the subset.
Refreshes data that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate.
This will only refresh the data table if the Spotfire.Dxp.Data.DataTable.NeedsRefresh property is true.
Reloads all data in this data table including data sources set to store their data.
Reloading data might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data. For more fine-grained control over data reloading, use the Spotfire.Dxp.Data.DataOperations.DataOperation API on the Spotfire.Dxp.Data.SourceView
Reloads only linked data in this data table.
Reloading only linked data is not possible for an embedded data table, and might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data, or data sources that have been set to store their data. For more fine-grained control over data reloading, use the Spotfire.Dxp.Data.DataOperations.DataOperation API on the Spotfire.Dxp.Data.SourceView
Remove rows from this table.
A row selection defining which rows to remove.
Replace the data in the table with the columns in the data source. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a data source from a file path.
The data source to get the new data from.
Information about the changes that occured in the table.
Returns the rows that matches the where clause expression. The expression must be a boolean Spotfire expression.
A where clause expression.
The rows that matches the expression.
Export the data in the data table as a data file in the library.
This library item is either the folder where the data file should be stored or a data file to overwrite.
The title of the file to store in the library.
The created library item.
A DataTable is a collection of columns and metadata.
Remark
No public constructors are defined for a data table, see the Spotfire.Dxp.Data.DataTableCollection class for creation methods.
Since
2.0