SliceQueryWhere Method (String, FuncObject, Boolean)

NReco.PivotData Class Library Documentation
Filters dimension keys based on a predicate.

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

public SliceQuery Where(
	string dimension,
	Func<Object, bool> predicate
)

Parameters

dimension
Type: SystemString
dimension to filter
predicate
Type: SystemFuncObject, Boolean
a function to test dimension key for a condition.

Return Value

Type: SliceQuery
See Also

Reference