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: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public sealed class SourceView
The SourceView type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CanRemoveOperation |
Checks whether the specified DataOperation can be removed.
|
![]() | GetAllOperationsT |
Gets all DataOperations of a certain type.
|
![]() | 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.
|
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.
|
Remarks
Version Information
See Also