Filters dimension keys based on a predicate.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
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: SliceQuerySee Also