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

Filtering query linq by a property of JsonType<T> #3

Open
MichaelSaurin opened this issue Aug 6, 2021 · 1 comment
Open

Filtering query linq by a property of JsonType<T> #3

MichaelSaurin opened this issue Aug 6, 2021 · 1 comment

Comments

@MichaelSaurin
Copy link

Hello. Is it possible to do a query linq filtering by a property of JsonType?

Example: session.Query().Where(x => x.Value.Database == "northwind")

Thanks.

@beginor
Copy link
Owner

beginor commented Aug 7, 2021

It's not easy to implement this feature, you should extend the linq provider of nhibernate.

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