ODataQuerySettings.HandleReferenceNavigationPropertyExpandFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Honor $filter inside $expand of non-collection navigation property. The expanded property is only populated when the filter evaluates to true. This setting is false by default.
public bool HandleReferenceNavigationPropertyExpandFilter { get; set; }
member this.HandleReferenceNavigationPropertyExpandFilter : bool with get, set
Public Property HandleReferenceNavigationPropertyExpandFilter As Boolean