PivotDataProcessData Method (IEnumerable, FuncObject, String, Object)

NReco.PivotData Class Library Documentation
Processes data from enumerable data.

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

public virtual void ProcessData(
	IEnumerable data,
	Func<Object, string, Object> getValue
)

Parameters

data
Type: System.CollectionsIEnumerable
IEnumerable data stream
getValue
Type: SystemFuncObject, String, Object
accessor used for getting field values from iterated objects
Remarks

When LazyTotals=False and ProcessData(IEnumerableIDictionaryString, Object) is called for the first time all dimension totals are calculated for a whole batch. For all next calls totals are updated incrementally.
See Also

Reference