"Message": "出现错误。",
"ExceptionMessage": "LINQ to Entities 不识别方法“System.String ToString(System.String)”,因此该方法无法转换为存储表达式。",
"ExceptionType": "System.NotSupportedException",
"StackTrace": " 在 System.Data.Entity.Core.Objects.ELinq.ExpressionConverter.MethodCallTranslator.DefaultTranslator.Translate(ExpressionConverter parent, MethodCallExpression call)\r\n 在 System.Data.Entity.Core.Objects.ELinq.ExpressionConverter.MethodCallTranslator.TypedTranslate(ExpressionConverter parent, MethodCallExpression linq)\r\n 在 System.Data.Entity.Core.Objects.ELinq.ExpressionConverter.TypedTranslator`1.Translate(ExpressionC
代码如下所示:
temp = temp.Where<Extend_News>(u => u.PubDate.HasValue && u.PubDate.Value.ToString("MM-dd").Contains(param.PubDate));