I get a notsupportedexception when i run the following linq query. Any ideas how to resove it
var declines = from d in _Db.DeclinedSettlementSet
where d.STATUS == Status.REPORTED
&& d.ADD_DATE < d.EDIT_DATE.AddDays(-3)