PivotDataLazyAdd Property

NReco.PivotData Class Library Documentation
Determines behaviour when non-existing key is accessed (true by default).

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

public bool LazyAdd { get; set; }

Property Value

Type: Boolean
Remarks

If LazyAdd is
true
new aggregator is created and added to the values list in case of non-existing key access. If
false
ItemObject will return
null
.
See Also

Reference