DataFlowBuilder Class TIBCO Spotfire 7.0 API Reference
This class is a builder that can be used to dynamically create a DataFlow instance.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataFlowBuilder

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

public sealed class DataFlowBuilder : IDisposable
Remarks

The flow is initially created from a DataSource and then transformations may be added after it has been created.

After a DataSource and DataTransformation objects have been added it can also be used execute the flow up to a certain DataTransformation.

Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also