I am trying to execute the following code and am receiving an error
public List GetLoggingData(DateTime LogDate, string title) { var context
EntityFunctions.TruncateTime(t.Timestamp) is obsolete from EF6.
Use below
DbFunctions.TruncateTime(t.Timestamp)