DataTransformationConnection Class TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also