SyntaxFix
Write A Post
Hire A Developer
Questions
Just turn the LINQ to Entity query into a LINQ to Objects query (e.g. call ToArray) anytime you need to use a method call in your LINQ query.