Class FilterFunction<EntityT, ReturnT>Abstract

Data structure to represent OData filter functions. Use the factory function filterFunction to create instances of FilterFunction.

Type Parameters

Hierarchy (view full)

Constructors

Properties

functionName: string

Methods

  • Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    Parameters

    • value: ReturnT

      Value to be used in the filter.

    Returns Filter<EntityT, any, ReturnT>

    The resulting filter.

  • Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    Parameters

    • value: ReturnT

      Value to be used in the filter.

    Returns Filter<EntityT, any, ReturnT>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.