PivotTableFactory.GetDimensionComparer Method

NReco.PivotData Class Library Documentation
Resolves comparer for the keys of the specified dimension.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

protected virtual IComparer<Object> GetDimensionComparer(
	string dimension
)

Parameters

dimension
Type: System.String
dimension name

Return Value

Type: IComparer<Object>
a comparer for the specified dimension
See Also

Reference