Using this writable OData v2 sample service (not Northwind), I\'m binding a single Category entity to a container control while expanding to the entity set Prod
As of version 1.52.1, the ODataModel (v2) can handle broken service implementation as well:
E.g. the above service is missing the results
parameter as indicated by krisho.
I see that the resulting structure on odata.svc is not as expected in the service. The resulting structure is missing the 'results' parameter. If you see the northwind service, it has the 'results' parameter.