DataTransformationConnection Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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 ).

See Also