linq

  • 网络语言集成查询;查询表达式;查询能力

linqlinq

linq

语言集成查询

语言集成查询 (linq) 是定义一组查询运算符启用遍历、筛选器和一个声明方式将表示的投影操作使用任何基于 .NET 的编程语言 …

查询表达式

摘要: 查询表达式(LINQ)简介在上两篇我介绍了C#3.0新语特性和改进,这些新特性在我们编写程序时为我们提供了非常大的帮 …

查询能力

微软的语言级集成查询能力(LINQ)使开发人员可以通过使用管理程序语言例如C#或Visual Basic .NET,而不是SQL语句来对数 …

基本查询操作

« 上一篇:LINQ 查询介绍» 下一篇:基本查询操作 (LINQ) 找优秀程序员,就在博客园 当变量的类型明显或显式指定嵌套泛型 …

查询操作中的类型关系

查询操作中的类型关系 (LINQ) (2008-09-26) 基本查询操作 (LINQ) (2008-09-26) LINQ 和泛型类型 (2008-09-26) LINQ 查询介绍 …

标准的查询操作符

C#高级编程 中文版 -... ... 9.7.3 arraysegment 第10章 集合 11.1.4 linq 11.2 标准的查询操作符 13.2.1 system.type 示例 ...

查询运算式

四、查询运算式(LINQ)简介分享到: 举报 浏览(130) 评论 转载 我的王国 君若不离不弃,我必生死相依 秋夜里的感动 醒醒吧梦想

1
Acknowledging that some algorithms cannot be naturally expressed in LINQ, there will also be a set of imperative data parallel APIs. 他们认识到有些算法无法自然地用LINQ来表达,因此将会有一套强制式的数据并行API。
2
After you add a LINQ to SQL file to your project, the empty design surface represents a DataContext ready to be configured. 向项目中添加LINQtoSQL文件后,空白设计图面将表示一个可供配置的DataContext。
3
I promised there would be a little Linq code in this application, so I'm going to use Linq to generate a report for me. 我前面承诺过在这个应用程序里会用到少许的Linq代码,因此我准备用Linq来生成一个报告。
4
Well, the Linq architecture revolves around the concept of delayed execution. 当然,Linq构架都是围绕着延时执行的概念而展开。
5
When you want to use Language-Integrated Query (LINQ) to access data in a database, you do not connect directly to the database. 当您要使用语言集成查询(LINQ)访问数据库中的数据时,不能直接连接到该数据库。
6
In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer. 在LINQtoSQL中,关系数据库的数据模型映射到用开发人员所用的编程语言表示的对象模型。
7
Explains the behavior you can expect to see if you try to edit LINQ code while you are debugging. 解释在调试期间尝试编辑LINQ代码时预料可以看到的行为。
8
This section contains basic background information that will help you understand the rest of the LINQ documentation and samples. 本节包含可帮助您了解LINQ文档和示例的其余内容的基本背景信息。
9
Still, Astoria will support other non-database, like LINQ-enabled data sources to be exposed through the HTTP interface. 不但如此,Astoria还可以支持其他非数据库类型(例如由LINQ查询语句得到)的数据源,并将其通过HTTP接口暴露出来。
10
Once you set it up, which requires studying the "readme" file very carefully, using LINQ to XSD is quite easy. 一旦进行了安装,只需仔细阅读“readme”文件后,就可非常容易地使用LINQtoXSD。
11
As a rule when you write LINQ queries, we recommend that you use query syntax whenever possible and method syntax whenever necessary. 作为编写LINQ查询的一项规则,建议尽量使用查询语法,只在必需的情况下才使用方法语法。
12
Currently LINQ to XSD is only available as source code, no binaries have been published. 目前LINQtoXSD只提供了源代码,还没有发布执行文件。
13
As described in Query Syntax versus Method Syntax ( LINQ ) , some query operations can only be expressed by using method syntax . 如查询语法与方法语法(LINQ)中所述,一些查询操作只能使用方法语法表示。
14
The Query Across Relationships walkthrough demonstrates how LINQ to SQL can query across tables, similar to joins in a relational database. “跨关系查询”演练演示LINQtoSQL如何跨表查询,如同关系数据库中的联接。
15
For a developer who writes queries, the most visible "language-integrated" part of LINQ is the query expression. 对于编写查询的开发人员来说,LINQ最明显的“语言集成”部分是查询表达式。
16
Parallel LINQ, part of Microsoft's Parallel Extensions library, allows developers to quickly make queries execute across multiple threads. 作为微软并行扩展库(ParallelExtensionslibrary)的一部分,并行LINQ支持开发人员跨多线程来快速执行查询。
17
It provides the in-memory document modification capabilities of the Document Object Model (DOM), and supports LINQ query expressions. 它提供文件物件模型(DOM)的记忆体中文件修改能力,而且支援LINQ查询运算式。
18
LINQ technology is a form of declarative, functional programming. LINQ技术是一种声明性函数编程形式。
19
You will also produce a log output to show the SQL commands that LINQ to SQL generates. 您还将生成一个日志输出,显示LINQtoSQL生成的SQL命令。
20
Describes the three parts of the basic LINQ query operation that are common across all languages and data sources. 说明基本LINQ查询作业中适用于所有语言和资料来源的三个部分。
21
When the database returns the results, LINQ to SQL translates them back to objects that you can work with in your own programming language. 当数据库返回结果时,LINQtoSQL会将它们转换回您可以用您自己的编程语言处理的对象。
22
LINQ closes the gap between the programming world and the data world by providing a common query facility for in-memory and external data. 通过对内部或外部数据的通用的查询方法,LINQ将编程世界和数据世界联系在了一起。
23
When a LINQ expression directly targets a database, the DLINQ provider has full access to the database's indexes. 当一个LINQ表达式直接访问数据库时,DLINQProvider支持所有数据库索引。
24
Language-integrated query (LINQ) support provides compile-time syntax validation for queries against a conceptual model. 语言集成查询(LINQ)支持可为针对概念模型的查询提供编译时语法验证。
25
For more information, see Responsibilities of the Developer In Overriding Default Behavior (LINQ to SQL). 有关更多信息,请参见开发人员在重写默认行为方面的责任(LINQtoSQL)。
26
Describes tools available in the Visual Studio environment for designing, coding, and debugging LINQ-enabled application. 介绍可在VisualStudio环境中用于设计、编码和调试支持LINQ的应用程序的工具。
27
Formulating queries using LINQ to DataSet is similar to using Language-Integrated Query (LINQ) against other LINQ-enabled data sources. 使用LINQtoDataSet来表述查询类似于对其他启用LINQ的数据源使用Language-IntegratedQuery(LINQ)。
28
You cannot change, add, or remove a LINQ query, however, unless you want to stop debugging to apply the changes. 但是,除非要停止调试以应用更改,否则不能更改、添加或移除LINQ查询。
29
A: LINQ to SQL does not support mixing and matching entities loaded from different DataContext instances together in the same object graph. 答:LINQ到SQL不支持混合和匹配实体装载情况下从不同的DataContext在同一对象图。
30
You can add or remove code before the LINQ statement, even if the changes affect the line number of the LINQ query. 在LINQ语句前,可以添加或移除代码,即使这些更改会影响LINQ查询的行号,也是如此。