DataTablesAggregationDataSourceGetKeyValuesFromTableProperties Method |
Retrieves the clustered property values from the table's properties. Returns null if any clustered property is missing.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic AltaxoVariant[]? GetKeyValuesFromTableProperties(
DataTable table
)
Parameters
- table DataTable
- The table from which to read the clustered properties.
Return Value
AltaxoVariantAn array of
AltaxoVariant representing the clustered property values, or
null if a property is missing.
See Also