ExpressionTransformation Class

Spotfire 14.3 API Reference
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.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataDataTransformation
    Spotfire.Dxp.Data.TransformationsExpressionTransformation

Namespace:  Spotfire.Dxp.Data.Transformations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(37, 0)]
public sealed class ExpressionTransformation : DataTransformation

The ExpressionTransformation type exposes the following members.

Constructors

  NameDescription
Public methodExpressionTransformation
Creates the transformation.
Top
Properties

  NameDescription
Public propertyColumnAdditions
Gets the collection of operations that represents added columns.
Public propertyStatic memberColumnNameSymbol
Use this in expressions and/or names to refer to the columns in a selection that this shall be applied to.
Public propertyColumnRemovals
Gets the collection of operations that represents removed columns.
Public propertyColumnReplacements
Gets the collection of operations that represents replaced columns.
Public propertyLoadReport
Gets the PartialDataLoadReport that can be used to report errors during connection.
(Inherited from DataTransformation.)
Public propertyName
Gets the display name of the transformation.
(Inherited from DataTransformation.)
Public propertyTypeId
Gets the type identifier for the data source.
(Inherited from DataTransformation.)
Public propertyWhereClause
Gets or sets the where clause expression. The transformation will only keep rows that match this boolean expression.
Top
Methods

  NameDescription
Public methodConnect
Connects to the input reader. A DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodISerializableGetObjectData
Implements ISerializable.
(Inherited from DataTransformation.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference