-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I recently configured JSON columns in a service using Microsoft.EntityFrameworkCore.SqlServer…
-
Hello,
I have a case where I want to group by a property of a derived type :
```
/products?apply=groupby((category/ODataGroupByDerivedTypeIssue.Models.Category/categoryName))
```
An error in…
-
Currently when using the in operator in OData v1 like this example:
`.filter(qContract.contractDetailId.in(...contractLineIds))`
the query parameter output is in the nested form like this:
`$…
-
If you create an `[UnboundOperation]` (by the way `Operation` is not working as it's shown in the documentation.) and you have one or 2 strings as parameters you will get this exception:
```
System.…
Mishu updated
3 months ago
-
# OData query operations and URL encoding the system query options with curl | DJ Adams
OData query operations and URL encoding the system query options with curl 08 Aug 2023 | 4 min read You can use…
-
*Short summary (3-5 sentences) describing the issue.*
* OData spec http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_it
```
Example 106: customers al…
-
Hello,
is it possible to have the support of batch request for query operations in next release of JayData?
modi7 updated
9 years ago
-
These are equivalent to a SQL LIKE clause. There is no current way of generating such clauses.
-
Right now, the `$filter` REST option supports the native OData operations:
http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_BuiltinFilterOpe…
yorek updated
6 months ago
-
I'm trying to use the code below to load the `GET /security/incidents` endpoint following the [Microsoft Documentation](https://learn.microsoft.com/en-us/graph/api/security-list-incidents?view=graph-r…