Click or drag to resize

DataTablesAggregationDataSourceWriteAggregationResultsToTable Method

Writes the aggregated results into the destination table, creating clustered columns and aggregation result columns as needed.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void WriteAggregationResultsToTable(
	DataTable destinationTable,
	Dictionary<string, Dictionary<DataTablesAggregationDataSourceAggregationKey, List<AltaxoVariant>>> allAggregationResults
)

Parameters

destinationTable  DataTable
The table into which aggregation results are written.
allAggregationResults  DictionaryString, DictionaryDataTablesAggregationDataSourceAggregationKey, ListAltaxoVariant
A dictionary mapping column (or property) names to aggregation results grouped by DataTablesAggregationDataSourceAggregationKey.
See Also