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

In queries are not supported #3

Closed
Qq247534686 opened this issue Jul 20, 2020 · 2 comments
Closed

In queries are not supported #3

Qq247534686 opened this issue Jul 20, 2020 · 2 comments

Comments

@Qq247534686
Copy link

Hello I run this code
db.Fetch<Sys_ModuleButtonEntity>(p => p.F_FullName.Contains("2"));
VS2017 report error:
conditions has unexpected type p.F_FullName.Contains("2")
System exception in FSharp.Core.dll

@asherber
Copy link
Owner

This is a limitation of the underlying StaTypPocoQueries library. To see what features are supported by the library, scroll down to the bottom of https://github.com/d-p-y/statically-typed-poco-queries

@Qq247534686
Copy link
Author

Thank you very much

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