I am trying to check total records with a filter on a odata query. But it throws error Could not find a property named '$count' on type 'Edm.Boolean'.
Any suggestions?
https://testodataurl.com/testService.svc/Entity?$filter=(Id eq 377 and MSF eq 'Good')/$count
Go to the complete details ...