Usage of Predicates with LINQ to AQL #67
Answered
by
coronabytes
AdamJozwiak
asked this question in
Q&A
-
Hi, I had problems where I wanted to use a Predicate in Where statement, but it could not parse it properly. Is predicate usage supported, or is it something that you could maybe expand your lib with? |
Beta Was this translation helpful? Give feedback.
Answered by
coronabytes
Nov 9, 2023
Replies: 1 comment
-
predicate in the form of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AdamJozwiak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
predicate in the form of
Expression<Func<bool>>
should be supported, however it would best if you make a pull request with an unittest and said expression predicate.