Represents an added calculated column in the expression transformation.
Inheritance Hierarchy
Spotfire.Dxp.Data.TransformationsColumnAddition
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 0)] public sealed class ColumnAddition : ISerializable
The ColumnAddition type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ColumnNameExpression |
The name of the column to add.
| |
| Expression |
The expression that defines the column.
| |
| Formatter |
The formatter used. If it is null, the default formatter for the
data type of the expression result will be used.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
Version Information
See Also