摘要: Links EntityFramework This is a .net ORM Mapper Framework from Microsoft to help you talking with your Database in an object oriented manner. Wikipedia Database Transaction A database transaction, by ... 阅读全文
posted @ 2014-09-08 23:14 h.yl 阅读(162) 评论(0) 推荐(1)
摘要: LINK With the Entity Framework most of the time SaveChanges() is sufficient. This creates a transaction, or enlists in any ambient transaction, and does all the necessary work in that transaction. Som... 阅读全文
posted @ 2014-09-08 23:13 h.yl 阅读(392) 评论(0) 推荐(0)
摘要: Data Developer Center > Learn > Entity Framework > Get Started > Working with Transactions (EF6 Onwards) EF6 Onwards Only - The features, APIs, etc. discussed in this page were introduced in Entity... 阅读全文
posted @ 2014-09-08 23:12 h.yl 阅读(254) 评论(0) 推荐(0)
摘要: 整理一下Entity Framework的查询 2012-08-30 13:41:59 标签:Entity Framework 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://boytnt.blog.51cto.com/966121/977382 Entity Framework是个好东西,虽然没有Hibernate功能强大,但... 阅读全文
posted @ 2014-09-08 22:07 h.yl 阅读(187) 评论(0) 推荐(0)