Static
EqualsDetermines 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 or sets a value indicating whether to automatically create filters for new columns.
Gets the collection of the columns that are part of this data table.
Gets the context of this node.
Gets a value indicating whether the table has a valid primary key or not.
Gets a value indicating whether this node is attached.
Gets a value indicating whether the data in this table is kept external.
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 or sets the name of this table.
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 properties describing this table.
Gets a value indicating whether the data table is refreshing.
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 or sets a value indicating whether to show a prompt for matching columns when data has been replaced.
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.
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.
Rest
...valueCursors: DataValueCursor[]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.
Rest
...valueCursors: DataValueCursor[]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.
Rest
...valueCursors: DataValueCursor[]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.
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.
Since
2.0