Click or drag to resize

DataTablesAggregationDataSourceGetKeyValuesFromTableProperties Method

Retrieves the clustered property values from the table's properties. Returns null if any clustered property is missing.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public AltaxoVariant[]? GetKeyValuesFromTableProperties(
	DataTable table
)

Parameters

table  DataTable
The table from which to read the clustered properties.

Return Value

AltaxoVariant
An array of AltaxoVariant representing the clustered property values, or null if a property is missing.
See Also