DataTransformationConnection Class TIBCO Spotfire 5.5 API Reference
Represents a connected DataTransformation. The connection is created when the transformation is bound to a DataRowReader that is used as input to the transformation.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataTransformationConnection

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

public abstract class DataTransformationConnection : IDisposable
Remarks

A connection is used to support perform prompting in a DataTransformation before returning the DataRowReader.

A creator of a transformation typically does not need to explicitly implement this class but can instead use the factory methods CreateConnection(DataTransformationConnection TransformationExecutor) or CreateConnection(DataTransformationConnection TransformationExecutor, IEnumerable Object ).

Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also