PivotData.ProcessData Method (IEnumerable, Func<Object, 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.Collections.IEnumerable
IEnumerable data stream
getValue
Type: System.Func<Object, String, Object>
accessor used for getting field values from iterated objects
Remarks

When LazyTotals=False and ProcessData(IEnumerable<IDictionary<String, 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