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: System.String
new dimension to construct - getDimensionKey
- Type: System.Func<Object[], Object>
a function that returns dimension key by data point key
Return Value
Type: SliceQuerySee Also