A column aggregation is the combination of a
DataColumnSignature representing a column and
a string holding an Aggregation Method name.
Inheritance Hierarchy
Spotfire.Dxp.Data.TransformationsColumnAggregation
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(6, 0)] public sealed class ColumnAggregation : ISerializable
The ColumnAggregation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ColumnAggregation |
Create a ColumnAggregation.
|
Properties
| Name | Description | |
|---|---|---|
| Aggregation |
Name of an Aggregation Method.
| |
| Column |
Signature of a column.
|
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.) | |
| GetObjectData |
ISerializable implementation.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also