ExpressionTransformation Class TIBCO Spotfire 7.9 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 an expression, name and optionally formatter to replace it with. The column selection can either be a fixed set of columns or a column search expression that will be reevaluated each time the transformation is executed. To be able to refer to the columns selected in expressions use the column name symbol.
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: 30.0.10915.3380 (30.0.10915.3380)
Syntax

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

The ExpressionTransformation type exposes the following members.

Constructors

  NameDescription
Public methodExpressionTransformation
Creates the transformation.
Top
Methods

  NameDescription
Public methodConnect
Connect to the input reader, a DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference