1
votes

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

1

1 Answers

1
votes

Simply call EntityManager.saveChanges(...). Breeze will create an OData batch transaction and submit it to the server.