OData $filter with items in a $expand

后端 未结 4 1975
花落未央
花落未央 2020-12-08 14:14

I have given some web services to access informations.

The first thing that i have tries to expand a node . And i have done that successfully with following code

4条回答
  •  广开言路
    2020-12-08 14:42

    Filtering by child object's properties is supported in oData.

    Here is an example: http://services.odata.org/Northwind/Northwind.svc/Orders?$filter=Customer/Country eq 'Germany'

提交回复
热议问题