Define dimension constructed from keys of existing dimensions.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public SliceQuery Dimension( string dimension, Func<Object[], Object> getDimensionKey )
Parameters
- dimension
- Type: SystemString
new dimension to construct - getDimensionKey
- Type: SystemFuncObject, Object
a function that returns dimension key by data point key
Return Value
Type: SliceQuerySee Also