Reputation: 843
I have managed to get data via OData. Now I try to update and insert data via OData. But I cannot figure out how and I cannot find appropriate documentation. Could someone please provide some hints (URLs, etc.).
Thankx, Harry
Upvotes: 1
Views: 678
Reputation: 17052
Simply call EntityManager.saveChanges(...). Breeze will create an OData batch transaction and submit it to the server.
Upvotes: 1