会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eric Sun
子之燕居,申申如也,夭夭如也。
博客园
首页
新随笔
联系
订阅
管理
2015年11月14日
The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties
摘要: 出现这个错误提示可以用DbFunctions.TruncateTime 将Linq中entity的DateTime转化一下再使用,如下所示:var anyCalls = _db.CallLogs.Where(x => DbFunctions.TruncateTime(x.DateTime) == c...
阅读全文
posted @ 2015-11-14 21:39 Eric Sun
阅读(927)
评论(0)
推荐(0)
公告