LINQ to Entities does not recognize the method 'System.DateTime ToDateTime(System.String)' m

Posted www.84ren.com返利网

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LINQ to Entities does not recognize the method 'System.DateTime ToDateTime(System.String)' m相关的知识,希望对你有一定的参考价值。

System.Data.Objects.EntityFunctions和System.Data.Objects.SqlClient.SqlFunctions中的方法进行比较,如下

where System.Data.Objects.SqlClient.SqlFunctions.DateDiff("s",DateTime.Now,u.Time)>0

where System.Data.Objects.EntityFunctions.DiffSeconds(DateTime.Now,u.Time)>0

 

以上是关于LINQ to Entities does not recognize the method 'System.DateTime ToDateTime(System.String)' m的主要内容,如果未能解决你的问题,请参考以下文章

LINQ to Entities does not recognize the method , and this method cannot be translated into a store e

LINQ to Entities 中的“NOT IN”子句

typeorm:migration create on New Project Does Not Recognize Entities - “未发现数据库架构更改 - 无法生成迁移。”

为啥 LINQ-to-Entities 将此查询放在子选择中?

Linq-to-Entities:带有 WHERE 子句和投影的 LEFT OUTER JOIN

如果存在-UPDATE-else-INSERT 与 Linq-to-Entities?