Register custom comparer for the keys of specified dimension.
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public void RegisterDimensionComparer( string dimension, IComparer<Object> dimKeyComparer )
Parameters
- dimension
- Type: SystemString
dimension name - dimKeyComparer
- Type: System.Collections.GenericIComparerObject
custom comparer implementation
See Also