文件名称:LINQ_to_SQ
- 所属分类:
- 数据库编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-05-26
- 文件大小:
- 597kb
- 下载次数:
- 0次
- 提 供 者:
- 五***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本文介绍了使用LINQ to SQL在一个Windows窗体应用程序,本文将地址整合LINQ to SQL成形式的项目,如何使用LINQ to SQL选择、插入、更新和删除数据,以及如何使用LINQ to SQL执行存储过程。选择查询示例将演示排序、过滤、聚合、返回类型列表,返回单个对象和值,以及如何查询在实体集-This paper describes the use of LINQ to SQL in a Windows Forms application, this article will address the integration into the form of LINQ to SQL project, how to use LINQ to SQL select, insert, update, and delete data, and how to use LINQ to SQL stored procedure execution . Select query examples will demonstrate sorting, filtering, aggregation, return type list, return a single object and values, as well as how to query the entity set
(系统自动生成,下载前可以参看下载内容)
下载文件列表
L2S_Northwind
.............\L2S_Northwind
.............\L2S_Northwind.sln
.............\L2S_Northwind.suo
.............\.............\Accessor.cs
.............\.............\app.config
.............\.............\bin
.............\.............\...\Debug
.............\.............\...\.....\L2S_Northwind.exe.config
.............\.............\...\.....\L2S_Northwind.pdb
.............\.............\...\.....\L2S_Northwind.vshost.exe.config
.............\.............\...\Release
.............\.............\...\.......\L2S_Northwind.exe.config
.............\.............\...\.......\L2S_Northwind.pdb
.............\.............\frmMain.cs
.............\.............\frmMain.Designer.cs
.............\.............\frmMain.resx
.............\.............\L2S_Northwind.csproj
.............\.............\L2S_Northwind.csproj.user
.............\.............\NorthWindDataClasses.dbml
.............\.............\NorthWindDataClasses.dbml.layout
.............\.............\NorthWindDataClasses.designer.cs
.............\.............\obj
.............\.............\...\Debug
.............\.............\...\.....\L2S_Northwind.csproj.FileListAbsolute.txt
.............\.............\...\.....\L2S_Northwind.csproj.GenerateResource.Cache
.............\.............\...\.....\L2S_Northwind.frmMain.resources
.............\.............\...\.....\L2S_Northwind.pdb
.............\.............\...\.....\L2S_Northwind.Properties.Resources.resources
.............\.............\...\.....\Refactor
.............\.............\...\.....\TempPE
.............\.............\...\Release
.............\.............\...\.......\L2S_Northwind.csproj.FileListAbsolute.txt
.............\.............\...\.......\L2S_Northwind.csproj.GenerateResource.Cache
.............\.............\...\.......\L2S_Northwind.frmMain.resources
.............\.............\...\.......\L2S_Northwind.pdb
.............\.............\...\.......\L2S_Northwind.Properties.Resources.resources
.............\.............\...\.......\TempPE
.............\.............\Program.cs
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs
.............\.............\..........\Resources.Designer.cs
.............\.............\..........\Resources.resx
.............\.............\..........\Settings.Designer.cs
.............\.............\..........\Settings.settings
LinqToSql_CS.doc
ScreenShot.gif