DataView Methods

Spotfire 14.3 API Reference

The DataView type exposes the following members.

Methods

  NameDescription
Public methodAddColumns
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 methodAddRows
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 methodAddTransformation
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 methodAddTransformations
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 methodCanReloadAllData
Gets a value indicating whether the data table can be reloaded using the ReloadAllData method.
(Inherited from DataTable.)
Public methodCanReloadLinkedData
Gets a value indicating whether the data table can be reloaded using the ReloadLinkedData method.
(Inherited from DataTable.)
Public methodExportDataToLibrary
Export the data in the data table as a data file in the library.
(Inherited from DataTable.)
Public methodGenerateSourceView
Generates a SourceView representing DataOperations performed to construct this data table.
(Inherited from DataTable.)
Public methodGetDistinctRows
Gets the distinct rows for the specified cursors. Note that this method is not supported for external data tables.
(Inherited from DataTable.)
Public methodGetMethods
Gets the methods that can be used in expressions on this table.
(Inherited from DataTable.)
Public methodCode exampleGetRows(DataValueCursor)
Enumerates all rows for the columns specified by the given valueCursors.
(Inherited from DataTable.)
Public methodCode exampleGetRows(IEnumerableInt32, DataValueCursor)
Enumerates a subset of the rows for the columns specified by the given
valueCursors
s.
(Inherited from DataTable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRefresh Obsolete.
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 methodRefreshOnDemandData
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.
(Inherited from DataTable.)
Public methodRefreshOnDemandData(Action)
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.
(Inherited from DataTable.)
Public methodReloadAllData
Reloads all data in this data table including data sources set to store their data.
(Inherited from DataTable.)
Public methodReloadLinkedData
Reloads only linked data in this data table.
(Inherited from DataTable.)
Public methodRemoveRows
Remove rows from this table.
(Inherited from DataTable.)
Public methodReplaceData
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 methodSelect
Returns the rows that matches the where clause expression. The expression must be a boolean Spotfire expression.
(Inherited from DataTable.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference