A wrapper for a number of simple DataTransformations. The wrapper uses ExpressionTransformation
internally. Examples include AddCalculatedColumnTransformation and ChangeDataTypeTransformation.
Inheritance Hierarchy
Spotfire.Dxp.DataDataTransformation
Spotfire.Dxp.Data.TransformationsExpressionTransformationWrapper
More...
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 abstract class ExpressionTransformationWrapper : DataTransformation
The ExpressionTransformationWrapper type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.) | |
| TypeId | Gets the type identifier for the data source.
(Inherited from DataTransformation.) |
Methods
| Name | Description | |
|---|---|---|
| AsExpressionTransformation |
Gets a copy of the underlying ExpressionTransformation.
| |
| Connect | Connects to the input reader.
A DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.) | |
| ConnectCore | Connects to the input reader. A DataRowReader
can then be retrieved from the DataTransformationConnection.
(Overrides DataTransformationConnectCore(ImportContext, DataRowReader).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateDataHistoryCore |
Creates detail information for the DataTransformation.
See DataHistoryBuilder for more information on
how to add detailed information to the data history.
(Overrides DataTransformationGenerateDataHistoryCore(DataHistoryBuilder).) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Implements ISerializable.
(Overrides DataTransformationGetObjectData(SerializationInfo, StreamingContext).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Implements ISerializable.
(Inherited from DataTransformation.) |
Version Information
See Also
Reference
Inheritance Hierarchy
Spotfire.Dxp.DataDataTransformation
Spotfire.Dxp.Data.TransformationsExpressionTransformationWrapper
Spotfire.Dxp.Data.TransformationsAddCalculatedColumnTransformation
Spotfire.Dxp.Data.TransformationsChangeDataTypeTransformation
Spotfire.Dxp.Data.TransformationsChangeNameTransformation
Spotfire.Dxp.Data.TransformationsExcludeColumnsTransformation
Spotfire.Dxp.Data.TransformationsFilterRowsTransformation
Spotfire.Dxp.Data.TransformationsNormalizationTransformation
Spotfire.Dxp.Data.TransformationsReplaceColumnTransformation
Spotfire.Dxp.Data.TransformationsReplaceValuesBaseTransformation