LinqPad4 - Can I execute action of odata with parameters in linqpad? -


i connected service , ran selects. saw can insert object didn't find way run action on odata.

here example action have:

[system.web.http.httppost] public void sendauxiliary([fromodatauri] int key, odataactionparameters parameters) { 


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -