I want to get date part only from database \'date time\' value I m using the below code..but it is getting date and time part.
using (FEntities context = new
With entity framework 6 and update use
context.tblvalue.Any(x => DbFunctions.TruncateTime(x.date) == data.Date);