0

我试图在 $expand这样的查询中使用$count

.../OData/Foo(1)?$expand=Bars($count=true)

但是 count 在结果中找不到。

{
  "...": "...",
  "Bars": {
    "...": "..."
  }
}

也没有错误。我正在使用 ASP.NET Web API OData 5.4,它使用的是 OData v4。

是什么赋予了?还没实施?

4

1 回答 1

2

此功能尚未实现。已创建相关问题https://github.com/OData/WebApi/issues/165

于 2015-03-11T02:58:04.827 回答