Returns keys of specified dimensions
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public Object[][] GetDimensionKeys( string[] dims, IComparer<Object>[] dimSortComparers )
Parameters
- dims
- Type:System.String[]
list of dimensions - dimSortComparers
- Type:System.Collections.Generic.IComparer<Object>[]
list of comparers that should be used for sorting dimension keys
Return Value
Type:Object[][]array of keys for specified dimensions
See Also