摘要:
ADO.NET Entity Framework 4.0 的新增功能对 Self Tracking Entity(实体状态自跟踪)的支持,基于 POCOWCF 结合 Self Tracking Entity 的应用 示例1、Self Tracking Entity 的 DemoSelfTrackingDemo/BLL.cs代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**ADO.NETEntityFramework4.0-对SelfT 阅读全文
摘要:
介绍ADO.NET Entity Framework 4.0 的新增功能对外键的支持,即把外键当做实体的一个属性来处理对复杂类型的支持,即实体属性可以是一个复杂类型将多个表映射到一个概念实体,将一个表拆为多个概念实体增强了 LINQ to Entities新增了对 POCO(Plain Old CLR Object)的支持,即 Model 代码中不会有任何关于持久化的代码其他新特性 示例1、外键 的 DemoEntityFramework/ForeignKeys/Demo.aspx.cs代码Code highlighting produced by Actipro CodeHighlighte 阅读全文