iwhp
iwhp

Reputation: 843

Breeze OData - Insert and Update

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

Answers (1)

Jay Traband
Jay Traband

Reputation: 17052

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

Upvotes: 1

Related Questions