【发布时间】:2015-04-04 07:04:48
【问题描述】:
在 odata v4.0 中是否有将 $expand 和 $select 组合在一起的选项?
我有一个场景,我试图在其中获取特定列 productItemChoices 和项目。以下查询将为您提供所有 productItemChoices 中的列。我只需要一列 productItemChoices
odata/Products(08f80b45-68a9-4a9f-a516-556e69e6bd58)?$expand=productItemChoices($expand=item($select=name))
【问题讨论】:
标签: select asp.net-web-api odata expand