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

See Also