This class describes operations performed on a DataTable.
The SourceView consists of DataOperations and the columns returned by
AdditionalDataColumns.
Inheritance Hierarchy
Spotfire.Dxp.DataSourceView
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public sealed class SourceView
The SourceView type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AdditionalDataColumns |
Gets the additional DataColumns added to the final data table after LastOperation.
| |
| LastOperation |
Gets the last DataOperation that has been performed on the data table.
| |
| OperationsSupportingTransformations |
Gets all DataOperations that can have DataTransformations,
using the utility class DataOperationSupportingTransformations.
|
Methods
| Name | Description | |
|---|---|---|
| AddColumnsAfter |
Adds columns after the specified operation.
| |
| AddRowsAfter |
Adds rows after the specified operation.
| |
| AddTransformationAfter |
Adds a transformation after the specified operation.
| |
| AddTransformationsAfter |
Adds transformations after the specified operation.
| |
| CanAddColumnsAfter |
Checks whether it is possible to add columns after the specified operation.
| |
| CanAddRowsAfter |
Checks whether it is possible to add rows after the specified operation.
| |
| CanAddTransformationsAfter |
Checks whether it is possible to add transformations after the specified operation.
| |
| CanRemoveOperation |
Checks whether the specified DataOperation can be removed.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetAllOperationsT |
Gets all DataOperations of a certain type.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveOperation |
Removes the specified DataOperation. As a side effect, other
operations may be removed as well, e.g., an add rows operation
will implicitly be removed when removing either of its source inputs.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also