Writable OData V2 service from odata.org: “Products” from an expanded Entity not visible

前端 未结 2 1062
伪装坚强ぢ
伪装坚强ぢ 2021-01-17 00:53

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

2条回答
  •  余生分开走
    2021-01-17 01:47

    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.

提交回复
热议问题