-
It should be possible to reference requests in a batch, see [docu](https://www.odata.org/documentation/odata-version-2-0/batch-processing/).
The sap OData v4 rap service implementation requires the…
-
Examples:
```
### cast to subtype and filter thereby
GET {{baseUrl}}/People('russellwhyte')/Trips(0)/PlanItems/Microsoft.OData.SampleService.Models.TripPin.Flight
### select & expand prop of d…
-
I am working on an ASP.Net Core 2.1 MVC website and I am using the Simple.OData.V4.Client v 5.6.2 to call an ASP.NET Core 2.2 API hosted in Azure. The API implements Microsoft.AspNetCore.OData v7.1.0
…
-
Determine if top level error codes should map to HTTP status codes or be more granular. Provide a consistent set of guidance for our service team partners.
-
Trying to parse an OData request against a model that has structs that are representing defined value types. There's an implicit conversion for the type to/from string, but it's failing as incomp…
-
It is quite useful to give Entities common properties, like a "type". But when filtering on such a common property the client needs to know what the used values are. As it is, to find all the possible…
-
As brought up by #1616, CreateRequestContainer throws an InvalidOperationException when it's called multiple times. In the case of multiple routes being matched by the RouteConstraintMatcher for m…
-
Hi ! I want to know how return count variable, thanks !
-
I can't figure out why:
dynamic db = Database.Opener.Open("http://nsuli.com/odata3/us/");
IEnumerable products = db.TestTable.All();
-
## Issue Description
Hi there! I'm planning to setup `cloud-sdk-java` in my local env. to have a better understanding on datamodel components(generating OData client). But I'm facing an issue where `…