Someone has an answer to this missing feature in Entity Framework. Does anyone have a solution to the missing Contains method in Entity Framework that works? I’ve tried a number of those on here and through Google, but none of them seem to actually work.
Someone has an answer to this missing feature in Entity Framework. Does anyone have
Share
You may consider using EF 4.0 it’s implemented there also StartsWith, EndsWith and many others.
ADO.NET Blog