PUT 操作不支持深度更新
为什么.Net DataServices (Astoria) 不支持深度更新,但启用深度插入? 如何通过AJAX更新对象图?
Why .Net DataServices (Astoria) doesn't support deep updates, but enable deep inserts?
How to update object graph through AJAX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一起进行更新的唯一原因是性能和更新全部或全部不更新的情况,这两者都是通过将所有更新批处理为一个请求来实现的。
是否有原因无法使用批处理来更新对象图?
谢谢
普拉蒂克
The only reason for doing updates together is performance and update all or nothing scenarios, both of which are achieved by batching all the updates as one request.
Is there a reason why you cannot use batch to update the object graph?
Thanks
Pratik
请参阅Vitek Karas 在 MSDN 上的回答。
复制:(他提到的问题是人们为了理解为什么深度更新在语法必须携带的语义方面很复杂而提出的问题)
See this answer by Vitek Karas on MSDN.
Copy: (the questions he refers to are questions one would ask to understand why deep updates are complex with regard to the semantics their syntax must carry)