DataFlowBuilder Class TIBCO Spotfire 5.5 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: 11.15.5816.4413 (11.15.5816.4413)
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: 5.5, 5.0, 4.5, 4.0, 3.3
See Also