DataFunctionTransformation Class TIBCO Spotfire 6.0 API Reference
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

System Object
  Spotfire.Dxp.Data DataTransformation
    Spotfire.Dxp.Data.Transformations DataFunctionTransformation

Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class DataFunctionTransformation : DataTransformation
See Also