Represents a transformation of data, when data is imported from a DataSource
it may optionally be transformed by one or more transformations. A transformation takes a DataRowReader
as input and a DataRowReader as output with the transformed rows.
Inheritance Hierarchy
Spotfire.Dxp.Data DataTransformation
Spotfire.Dxp.Application.Extension CustomDataTransformation
Spotfire.Dxp.Data.Transformations DataFunctionTransformation
Spotfire.Dxp.Data.Transformations ExpressionTransformation
Spotfire.Dxp.Data.Transformations PivotTransformation
Spotfire.Dxp.Data.Transformations UnpivotTransformation
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Remarks
This cannot be inherited from directly, instead inherit from Spotfire.Dxp.Application.Extension.CustomDataTransformation.
Version Information
See Also