PivotDataHelperGetDimensionType Method

NReco.PivotData Class Library Documentation
Suggest dimension type by key values.

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

public static Type GetDimensionType(
	IEnumerable dimKeys
)

Parameters

dimKeys
Type: System.CollectionsIEnumerable
dimension keys

Return Value

Type: Type
type compatible with all keys or string type
See Also

Reference