文章分类 -  EF

摘要:It is not necessary to wrap your SaveChanges call in another TransactionScope if; If you are not trying to use multiple context in the same transaction. If you are not making multiple SaveChanges calls even with the same context. For instance, one SaveChanges after Delete, another SaveChanges after 阅读全文
posted @ 2014-02-27 16:01 本杰明·喝茶 阅读(372) 评论(0) 推荐(0)
摘要:http://support.microsoft.com/kb/2796236 阅读全文
posted @ 2014-02-25 15:07 本杰明·喝茶 阅读(295) 评论(0) 推荐(0)
摘要:地址: http://msdn.microsoft.com/zh-cn/data/jj200620 里面有视频和操作步骤。 阅读全文
posted @ 2014-02-25 13:51 本杰明·喝茶 阅读(120) 评论(0) 推荐(0)