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.
Creates the transformation.
Gets the collection of operations that represents added columns.
Gets the collection of operations that represents removed columns.
Gets the collection of operations that represents replaced columns.
Gets the display name of the transformation.
Gets the type identifier for the data source.
Gets or sets the where clause expression. The transformation will only keep rows that match this boolean expression.
Static
ColumnUse this in expressions and/or names to refer to the columns in a selection that this shall be applied to.
Connects to the input reader. A Spotfire.Dxp.Data.DataRowReader can then be retrieved from the Spotfire.Dxp.Data.DataTransformationConnection.
The import context.
The input reader.
The connected transformation.
The expression transformation allows adding, replacing, and/or deleting columns. This is generally done by supplying a column selection to work on, and, in the first two cases, also providing an expression, name and, optionally, a formatter. The column selection can be either a fixed set of columns, or a column search expression which will be reevaluated each time the transformation is executed. Use the column name symbol to refer to the columns selected in expressions.
Since
2.0