Represents a data transformation that uses an external function as a filter.
The external function must take a single table as input and produce a single table as output.
Metadata is not handled.
Inheritance Hierarchy
Spotfire.Dxp.DataDataTransformation
Spotfire.Dxp.Data.TransformationsDataFunctionTransformation
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class DataFunctionTransformation : DataTransformation
The DataFunctionTransformation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataFunctionTransformation |
Initializes a new instance of the DataFunctionTransformation class.
| |
| DataFunctionTransformation(DataFunctionDefinition) |
Initializes a new instance of the DataFunctionTransformation class.
|
Properties
| Name | Description | |
|---|---|---|
| FunctionDefinition |
Gets the function definition used for the tranformation.
| |
| LoadReport | Gets the PartialDataLoadReport that can be used to
report errors during connection.
(Inherited from DataTransformation.) | |
| Name | Gets the display name of the transformation.
(Inherited from DataTransformation.) | |
| TypeId | Gets the type identifier for the data source.
(Inherited from DataTransformation.) |
Methods
| Name | Description | |
|---|---|---|
| Connect | Connects to the input reader.
A DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Implements ISerializable.
(Inherited from DataTransformation.) |
Version Information
See Also