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.
Public constructor.
Name of the category column for merged column names.
Spotfire.Dxp.Data.DataType of the category column.
Identity columns are passed through and repeated for each unpivoted value.
Gets the display name of the transformation.
Gets or sets whether null values shall be removed or not.
Name of the result column holding the merged value column data.
Spotfire.Dxp.Data.DataType of the result column.
Gets the type identifier for the data source.
Value column data is merged into one result column of data.
Column names are merged into a category column.
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.
Transforms short-wide data into tall-skinny data. Unpivot merges data from multiple value columns into one result column. Data in identity columns is repeated for each value column and the name of the value column is placed into a category column.
Since
2.0