DataView Methods TIBCO Spotfire 7.11 API Reference

The DataView type exposes the following members.

Methods

  Name Description
Public method AddColumns
Adds columns from the columns retrieved from the dataSource using the settings in the settings parameter. Use CreateFileDataSource(String) to create a data source from a file path.
(Inherited from DataTable.)
Public method AddRows
Adds rows from the columns retrieved from the dataSource using the settings in the settings parameter. Use CreateFileDataSource(String) to create a data source from a file path.
(Inherited from DataTable.)
Public method AddTransformation
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.
(Inherited from DataTable.)
Public method AddTransformations
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.
(Inherited from DataTable.)
Public method BeginRefresh Obsolete.
Begins a refresh of this table, making it up-to-date with the current settings. Depending on the table type, data will be reloaded from the data source or recalculated.
(Inherited from DataTable.)
Public method EndRefresh Obsolete.
Waits until the currently executing refresh operation is finished.
(Inherited from DataTable.)
Public method ExportDataToLibrary
Export the data in the data table as a data file in the library.
(Inherited from DataTable.)
Public method GenerateSourceView
Generates a SourceView representing DataOperations performed to construct this data table.
(Inherited from DataTable.)
Public method GetDistinctRows
Gets the distinct rows for the specified cursors. Note that this method is not supported for external data tables.
(Inherited from DataTable.)
Public method GetMethods
Gets the methods that can be used in expressions on this table.
(Inherited from DataTable.)
Public method Code example GetRows(DataValueCursor)
Enumerates all rows for the columns specified by the given valueCursors.
(Inherited from DataTable.)
Public method Code example GetRows(IEnumerableInt32, DataValueCursor)
Enumerates a subset of the rows for the columns specified by the given
valueCursors
s.
(Inherited from DataTable.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Refresh
Refreshes this table to be up-to-date with the current settings. This will reload data from the DataSource or recalculate depending on the type of table.
(Inherited from DataTable.)
Public method RemoveRows
Remove rows from this table.
(Inherited from DataTable.)
Public method ReplaceData
Replace the data in the table with the columns in the data source. Use CreateFileDataSource(String) to create a data source from a file path.
(Inherited from DataTable.)
Public method Select
Returns the rows that matches the where clause expression. The expression must be a boolean Spotfire expression.
(Inherited from DataTable.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference