SliceQuery.Where Method (String, Func<Object, 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: System.String
dimension to filter
predicate
Type: System.Func<Object, Boolean>
a function to test dimension key for a condition.

Return Value

Type: SliceQuery
See Also

Reference