genusP / pailingual-odata

Pailingual OData is the Typescript library offering a simple and type-safe access to your OData v4 services.
1 stars 1 forks source link

$filter and $each path segments for Update and Delete #8

Open genusP opened 5 years ago

genusP commented 5 years ago

Specification Update Delete

Expected syntax

ctx.entitySet.$updateEach("field eq 1")
ctx.entitySet.$deleteEach("field eq 1")