The DataView type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
EndRefresh | Obsolete. Waits until the currently executing refresh operation is
finished.
(Inherited from DataTable.) |
![]() |
ExportDataToLibrary |
Export the data in the data table as a data file in the library.
(Inherited from DataTable.) |
![]() |
GenerateSourceView |
Generates a SourceView representing DataOperations performed to construct this data table.
(Inherited from DataTable.) |
![]() |
GetDistinctRows |
Gets the distinct rows for the specified cursors. Note that this method is not supported for external data tables.
(Inherited from DataTable.) |
![]() |
GetMethods |
Gets the methods that can be used in expressions on this table.
(Inherited from DataTable.) |
![]() ![]() |
GetRows(DataValueCursor) |
Enumerates all rows for the columns specified by the given valueCursors.
(Inherited from DataTable.) |
![]() ![]() |
GetRows(IEnumerableInt32, DataValueCursor) |
Enumerates a subset of the rows for the columns specified by the given (Inherited from DataTable.)valueCursors |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
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.) |
![]() |
RemoveRows |
Remove rows from this table.
(Inherited from DataTable.) |
![]() |
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.) |
![]() |
Select |
Returns the rows that matches the where clause expression.
The expression must be a boolean Spotfire expression.
(Inherited from DataTable.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also