Represents a DataTransformation that uses an ExpressionTransformation
to replace an existing column with a calculated column.
Inheritance Hierarchy
Spotfire.Dxp.DataDataTransformation
Spotfire.Dxp.Data.TransformationsExpressionTransformationWrapper
Spotfire.Dxp.Data.TransformationsReplaceColumnTransformation
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [FriendVisibleAttribute(true)] [PersistenceVersionAttribute(3, 0)] public sealed class ReplaceColumnTransformation : ExpressionTransformationWrapper
The ReplaceColumnTransformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReplaceColumnTransformation(DataColumnSignature, String, String) |
Initializes a new instance of the ReplaceColumnTransformation class.
|
![]() | ReplaceColumnTransformation(DataColumnSignature, String, String, IDataFormatter) |
Initializes a new instance of the ReplaceColumnTransformation class.
|
Methods
Name | Description | |
---|---|---|
![]() | AsExpressionTransformation |
Gets a copy of the underlying ExpressionTransformation.
(Inherited from ExpressionTransformationWrapper.) |
![]() | Connect | Connects to the input reader.
A DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ColumnToReplace |
Gets or sets the column to replace.
|
![]() | Expression |
Gets or sets the expression that defines the resulting column.
|
![]() | Formatter |
Gets or sets the formatter.
|
![]() | LoadReport | Gets the PartialDataLoadReport that can be used to
report errors during connection.
(Inherited from DataTransformation.) |
![]() | Name | Gets the display name of the transformation.
(Inherited from DataTransformation.) |
![]() | ResultColumnName |
Gets or sets the name of the resulting column.
|
![]() | TypeId | Gets the type identifier for the data source.
(Inherited from DataTransformation.) |
Version Information
See Also