我想要一些像这样的查询
https://localhost:44300/odata/Users?$expand=Comments&$select=Name,LastName,$count(Comments)
在odata中。我的意思是我有用户的评论,我想用用户名返回该计数。我怎么能这样做?
编辑:示例
答案 0 :(得分:1)
这应该有效:
https://localhost:44300/odata/Users?$expand=Comments($count=true) & $select=Name,LastName
答案 1 :(得分:-1)
https://localhost:44300/odata/Users?$ expand =评论/ $ count& $选择=名称,名字