Does anyone know what is a replacement for SqlMethods.DateDiffMonth in the Entity Framework.
This is the error I get when I try to use it.
LINQ to Entities does not recognize the method 'Int32 DateDiffMonth (System.DateTime, System.DateTime)', and this method cannot be translated into a storage expression.
Conrad
source
share