Click or drag to resize

FieldKernelFilterDescIncrementCount Method

Increment the UngroupedOrCount or UngroupedAndCount as appropriate.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void IncrementCount(
	FilterConjunction conjunction
)

Parameters

conjunction
Type: NetQuarryFilterConjunction
The conjunction for which to increment count.
See Also