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.
Indicates whether the current object is equal to another object of the same type.
An object to compare with this object.
true if the current object is equal to the other parameter; 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.
Gets a copy of the Spotfire.Dxp.Data.DataFlow.DataSource that this flow is based on.
The Spotfire.Dxp.Data.DataFlow.DataSource is used as input to the first Spotfire.Dxp.Data.DataTransformation. If no transformations are added then the Spotfire.Dxp.Data.DataFlow.DataSource is the output of the flow.
Gets or sets a value indicating whether settings should be reused without prompting or not. Determines if the data source should be opened in silent mode, prompting the user only when necessary, or if the user should get a chance to modify the settings even if they are valid.
Get a read-only copy of the list of Spotfire.Dxp.Data.DataTransformation's.
Creates a Spotfire.Dxp.Data.DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
The service provider.
The prompt mode.
A new DataSourceConnection instance.
Creates a Spotfire.Dxp.Data.DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
The service provider.
The prompt mode.
A new DataSourceConnection instance.
The caller of this method MUST retrieve the prompt models using the GetPromptModels() call on the connection and iterate over the entire collection of prompt models before the query is executed.
The internal state of this data source object is not changed by this call. The returned connection will include a cloned and updated copy of this data source.
Represents a flow of data from the Spotfire.Dxp.Data.DataFlow.DataSource through an ordered set of Spotfire.Dxp.Data.DataTransformation's.
Remark
This class is immutable with no public constructor; use a Spotfire.Dxp.Data.DataFlowBuilder to create an instance of this class.
Since
2.0