Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设法通过 OData 获取数据。现在我尝试通过 OData更新和插入数据。但我不知道怎么做,也找不到合适的文档。有人可以提供一些提示(网址等)。
谢谢,哈利
只需调用 EntityManager.saveChanges(...)。Breeze 将创建一个 OData 批处理事务并将其提交给服务器。