Skip to main content

ODataLambdaConfig

Configuration for oData lambda expressions. If specified for a filter, applies filter conditions to related resources instead of the main resource.

Properties

baseEnumerablePropertyName

baseEnumerablePropertyName: string

Property name that points to the related resource to apply filter to. Example: "course" (without 'Id' suffix)


method

method: ODataLambdaMethod

Method: 'any' (at least one) or 'all' (every element)