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.
Performs prompting for all the prompt models and after that is finished the transformation is executed and the resulting Spotfire.Dxp.Data.DataRowReader is returned.
A new Spotfire.Dxp.Data.DataRowReader instance.
Represents a connected Spotfire.Dxp.Data.DataTransformation. The connection is created when the transformation is bound to a Spotfire.Dxp.Data.DataRowReader that is used as input to the transformation.
Remark
A connection is used to support perform prompting in a Spotfire.Dxp.Data.DataTransformation before returning the Spotfire.Dxp.Data.DataRowReader.
A creator of a transformation typically does not need to explicitly implement this class but can instead use the factory methods Spotfire.Dxp.Data.DataTransformationConnection.CreateConnection|CreateConnection(transformationExecutor) or Spotfire.Dxp.Data.DataTransformationConnection.CreateConnection|CreateConnection(transformationExecutor, promptModels).
Since
2.0