I\'m using the dynamic LINQ library by Scott Guthrie together with Entity Framework and C#.
I have to build my where string into a variable based on several factors
Based on Richard Rout's option, with a slight modification:
ContactList.Where("DateAdded >= DateTime(2013, 06, 18)")
This works in my Linq2Entities solution. Note the DateTime instead of Date. Hope this saves someone the headache this problem gave me.
DateTime
Date