DataTablesAggregationDataSourceAggregateDataFromTableProperty Method |
Aggregates a value from a table property and adds it to aggregationResults grouped by the configured clustered properties.
If the named property is not present on the table or required clustered properties are missing, nothing is added.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void AggregateDataFromTableProperty(
DataTable table,
string columnName,
Dictionary<DataTablesAggregationDataSourceAggregationKey, List<AltaxoVariant>> aggregationResults
)
Parameters
- table DataTable
- The source table containing the property.
- columnName String
- The name of the table property to aggregate.
- aggregationResults DictionaryDataTablesAggregationDataSourceAggregationKey, ListAltaxoVariant
- A dictionary that collects aggregation lists per aggregation key; entries will be created if missing.
See Also