Click or drag to resize

DataTablesAggregationDataSourceAggregationKey Constructor

Initializes a new instance of the DataTablesAggregationDataSourceAggregationKey struct.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public AggregationKey(
	AltaxoVariant[] keyValues
)

Parameters

keyValues  AltaxoVariant
The key values that define this aggregation key.
See Also