Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
The user of this method should not dispose the returned 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.
The user of this method should not dispose the returned 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.
Remark
The flow is initially created from a Spotfire.Dxp.Data.DataFlowBuilder.DataSource and then transformations may be added after it has been created.
After a Spotfire.Dxp.Data.DataFlowBuilder.DataSource and Spotfire.Dxp.Data.DataTransformation objects have been added it can also be used execute the flow up to a certain Spotfire.Dxp.Data.DataTransformation.
Since
2.0