我试图在 $expand这样的查询中使用$count
.../OData/Foo(1)?$expand=Bars($count=true)
但是 count 在结果中找不到。
{
"...": "...",
"Bars": {
"...": "..."
}
}
也没有错误。我正在使用 ASP.NET Web API OData 5.4,它使用的是 OData v4。
是什么赋予了?还没实施?
我试图在 $expand这样的查询中使用$count
.../OData/Foo(1)?$expand=Bars($count=true)
但是 count 在结果中找不到。
{
"...": "...",
"Bars": {
"...": "..."
}
}
也没有错误。我正在使用 ASP.NET Web API OData 5.4,它使用的是 OData v4。
是什么赋予了?还没实施?