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
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.