I receive this error on
base {System.SystemException} = {\"LINQ to Entities does not recognize the method \'System.DateTime AddSeconds(Double)\' method, an
Use EntityFunctions.AddSeconds method to create date time on server side.
.Where(x => x.DateTimeStart > currentDateTime && currentDateTime >= EntityFunctions.AddSeconds(x.DateTimeStart, x.ReminderTime))