Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Data.DataFlowBuilder class.
The Spotfire.Dxp.Data.DataSource that defines the starting point of the flow.
The import context.
Adds a Spotfire.Dxp.Data.DataTransformation to the flow.
The transformation to add.
The index of the added transformation.
Builds a data flow that can be used as a data source. Includes the original data source and the list of all added data transformations.
The created Spotfire.Dxp.Data.DataFlow.
Executes the flow. A connection to the data source will be made using the Spotfire.Dxp.Data.DataSourcePromptMode. The data will be passed through the list of Spotfire.Dxp.Data.DataTransformation's and the result returned.
The prompt mode.
The resulting Spotfire.Dxp.Data.DataRowReader.
Executes the flow. A connection to the data source will be made using the Spotfire.Dxp.Data.DataSourcePromptMode. The data will be passed through the list of Spotfire.Dxp.Data.DataTransformation's up to the specified step and the result will be returned.
At which transformation the execution should stop, 0 to just execute the data source.
The prompt mode.
The resulting Spotfire.Dxp.Data.DataRowReader.
Removes the last added Spotfire.Dxp.Data.DataTransformation.
True if the last transformation was successfully removed; otherwise False.
This class is a builder that can be used to dynamically create a Spotfire.Dxp.Data.DataFlow instance.
Since
2.0