Creates an instance of BooleanFilterFunction.
Name of the function that returns a boolean value
Representation of the parameters passed to the filter function
Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=
.
Value to be used in the filter
The resulting filter
Names of parents in case the function is part of a filter on a navigation property
The filter function as string
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Representation of a filter function, that returns a value of type boolean.