关于EF查询ID后更新失败的情况!
摘要:
public WeChatPerInfo UpdateOrInsert(WeChatPerInfo userEntity) { WeChatPerInfo wp = FirstOrDefault(userEntity.Id); if (wp != null) { if (Co... 阅读全文
posted @ 2017-09-21 11:56 tvv 阅读(174) 评论(0) 推荐(0)
posted @ 2017-09-21 11:56 tvv 阅读(174) 评论(0) 推荐(0)