|
Hi, i would like to know if there are chances to have following query supported:
var query = from book in context.Books
where book.ReleaseDate.Date == new DateTime(2013, 1, 10)
select book;
I know i can use EntityFunctions.TruncateTime, at least in EF5, but in EF6 i cannot find EntityFunctions class.
What about contributions?
Bests, Max
|