Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filters on json documents in SQL Server #14

Closed
gopala000 opened this issue Apr 12, 2019 · 1 comment
Closed

filters on json documents in SQL Server #14

gopala000 opened this issue Apr 12, 2019 · 1 comment

Comments

@gopala000
Copy link

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?

@bbartels
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants