Calling static method in LINQ Where clause
I have the following LINQ expression:
How to combine two or more fields into one LINQ expression that can be used by EF
I’m trying to combine two boolean filters into a single field using LINQ and entity framework core e.g.
Translate expression bodied member to SQL so it can be used in LINQ where clauses?
Is it possible to write an extension to EF Core that tells it how to translate expression bodied members (or methods) to SQL so a getter/method can be used in where-clauses?