【发布时间】:2019-06-19 01:38:18
【问题描述】:
这是我从后端得到的响应(vb.net) 我已经尝试过这种方式来过滤特定值是名称和 id 但不起作用
http://localhost:26209/odata/SeasonList?$expand=season($filter=season/name eq '2017') http://localhost:26209/odata/SeasonList?$expand=season&$filter=season/name eq '2017'
【问题讨论】: