ExpressionTransformation Properties TIBCO Spotfire 6.0 API Reference
The ExpressionTransformation type exposes the following members.
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.)
Back to Top
See Also