ODataWithoutEF icon indicating copy to clipboard operation
ODataWithoutEF copied to clipboard

How can we do Mutation (Create, Update and Delete) operation with odata

Open anomepani opened this issue 5 years ago • 1 comments

Given sample example is good to understand Odata integration.

How can we do Mutation (Create, Update and Delete) operation with odata?

Odata have great capablity with Select, expand, filter OOTB but without Usage of Mutation will not be useful for full real world application.

Please provide demo for CRUD functionality

Thanks in advance

anomepani avatar Jan 12 '20 05:01 anomepani

@anomepani Does this help? https://github.com/OData/ODataSamples/blob/master/Scenarios/TripPin/src/webapi/ODataSamples.WebApiService/Controllers/PeopleController.cs

freemstr avatar Apr 30 '20 20:04 freemstr