【发布时间】:2018-11-21 22:34:59
【问题描述】:
我正在尝试使用过滤器对 odata 查询检查总记录。但它会引发错误
<m:message>Could not find a property named '$count' on type 'Edm.Boolean'.</m:message>
有什么建议吗?
https://testodataurl.com/testService.svc/Entity?$filter=(Id eq 377 and MSF eq 'Good')/$count
【问题讨论】: