Representation of a filter function, that returns a collection of values.

Type Parameters

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

edmType: EdmTypeShared<ODataVersionOf<EntityT>>
functionName: string
parameters: FilterFunctionParameterType<EntityT>[]

Methods

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

    Returns

    The resulting filter.

    Parameters

    • value: FieldT[]

      Value to be used in the filter.

    Returns Filter<EntityT, any, FieldT[]>

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

    Returns

    The resulting filter.

    Parameters

    • value: FieldT[]

      Value to be used in the filter.

    Returns Filter<EntityT, any, FieldT[]>

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