You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use SQL 2017 to store json documents and need to pass filters from API to apply on json properties. I also need projection to return only necessary properties and pagination. Does this library support querying on json documents or is there any modifications needed to make it work?
The text was updated successfully, but these errors were encountered:
This is an ORM dependent issue, if an ORM exists that correctly maps those json documents to c# classes then it will very well work. As far as I know EF Core does not currently support that, see here: dotnet/efcore#4021.
I use SQL 2017 to store json documents and need to pass filters from API to apply on json properties. I also need projection to return only necessary properties and pagination. Does this library support querying on json documents or is there any modifications needed to make it work?
The text was updated successfully, but these errors were encountered: