DataTransformationConnection TransformationExecutor Delegate TIBCO Spotfire 6.0 API Reference
A delegate for executing a transformation and returning a DataRowReader.

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

public delegate DataRowReader TransformationExecutor()

Return Value

Type: DataRowReader
Remarks

This delegate is used in the CreateConnection(DataTransformationConnection TransformationExecutor) or CreateConnection(DataTransformationConnection TransformationExecutor, IEnumerable Object ) method.
See Also