会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
分享到:
百度
更多
黑马_王国文
独立之人格,自由之思想!跳蚤在跳起之前往往得蹲下!
博客园
首页
新随笔
联系
订阅
管理
2016年5月26日
The specified type member 'IsLock' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported.
摘要: var query = from C in objDb.GetDb<A>() join a in objDb.GetDb<B>().Where(m => m.ComputerID != null) on C.Email equals a.Email select new C { }; EF 执行错误
阅读全文
posted @ 2016-05-26 10:45 黑马_Summer
阅读(1366)
评论(1)
推荐(0)
公告
分享到:
百度
更多