IAggregatorPush Method

NReco.PivotData Class Library Documentation
Modifies aggregator value by processing specified fact (data record)

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

void Push(
	Object v,
	Func<Object, string, Object> getValue
)

Parameters

v
Type: SystemObject
data record
getValue
Type: SystemFuncObject, String, Object
field value accessor delegate
See Also

Reference