Entity Framework does not support the Expression.Invoke statement. When you try to use it, you get the following exception:
"LINQ node expression of type" Invoke "is not supported in LINQ to Entities.
Does anyone have a workaround for this missing functionality? I would like to use the detailed PredicateBuilder here in the context of the Entity Framework.
Edit 1 @marxidad - I like your suggestion, however it confuses me somewhat. Can you give additional recommendations on the proposed solution?
Edit 2 @marxidad - Thanks for the clarification.
Brad Leach Aug 14 '08 at 0:24 2008-08-14 00:24
source share