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
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
Remarks
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
See Also