WEB开发网
开发学院数据库MSSQL Server SQL Server 2008 Entity Data Model 和 Linq to E... 阅读

SQL Server 2008 Entity Data Model 和 Linq to Entities

 2009-04-14 10:27:14 来源:WEB开发网   
核心提示: 9. 保存模型,Model Browser 中的 Entity 实体,SQL Server 2008 Entity Data Model 和 Linq to Entities(3),可以看到 Table , Views , Stored Procedures 都被加载了进来,10. 点击

SQL Server 2008 Entity Data Model 和 Linq to Entities

9. 保存模型。

SQL Server 2008 Entity Data Model 和 Linq to Entities

Model Browser 中的 Entity 实体。可以看到 Table , Views , Stored Procedures 都被加载了进来。

10. 点击 Build 菜单下的 Build Solution 编译项目。

SQL Server 2008 Entity Data Model 和 Linq to Entities

11. 打开 Program.cs 在 Main 方法中,实例化pubsEntities . 将变量命名为 model.

SQL Server 2008 Entity Data Model 和 Linq to Entities

12. 为了能够看到生成的 T-SQL 语句,我们创建一个 helper 类,其中包含一个 helper 方法。

SQL Server 2008 Entity Data Model 和 Linq to Entities

注意上面的 using System.Data.Objects; 的引用。Helper 实际上是扩展的Linq,这也是vs08的新特性,有兴趣的自己去研究吧。

上一页  1 2 3 4  下一页

Tags:SQL Server Entity

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接