Abstract
Data structure to represent OData filter functions. Use the factory function filterFunction to create instances of FilterFunction.
FilterFunction
Creates an instance of FilterFunction.
Name of the function.
Representation of the parameters passed to the filter function.
EDM type of the return type of the filter function.
Readonly
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. !=.
!=
Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.
Data structure to represent OData filter functions. Use the factory function filterFunction to create instances of
FilterFunction
.