网站首页  词典首页

请输入您要查询的英文单词:

 

单词 LINQ
释义

LINQ

  • 网络语言集成查询;查询表达式;查询能力
1.
语言集成查询
语言集成查询 (linq) 是定义一组查询运算符启用遍历、筛选器和一个声明方式将表示的投影操作使用任何基于 .NET 的编程语言 …
msdn.microsoft.com
2.
查询表达式
摘要: 查询表达式(LINQ)简介在上两篇我介绍了C#3.0新语特性和改进,这些新特性在我们编写程序时为我们提供了非常大的帮 …
www.cnblogs.com
3.
查询能力
微软的语言级集成查询能力(LINQ)使开发人员可以通过使用管理程序语言例如C#或Visual Basic .NET,而不是SQL语句来对数 …
baike.baidu.com
4.
基本查询操作
« 上一篇:LINQ 查询介绍» 下一篇:基本查询操作 (LINQ) 找优秀程序员,就在博客园 当变量的类型明显或显式指定嵌套泛型 …
kb.cnblogs.com
5.
查询操作中的类型关系
查询操作中的类型关系 (LINQ) (2008-09-26) 基本查询操作 (LINQ) (2008-09-26) LINQ 和泛型类型 (2008-09-26) LINQ 查询介绍 …
kb.cnblogs.com
6.
标准的查询操作符
C#高级编程 中文版 -... ... 9.7.3 arraysegment 第10章 集合 11.1.4 linq 11.2 标准的查询操作符 13.2.1 system.type 示例 ...
download.csdn.net
7.
查询运算式
四、查询运算式(LINQ)简介分享到: 举报 浏览(130) 评论 转载 我的王国 君若不离不弃,我必生死相依 秋夜里的感动 醒醒吧梦想
hi.baidu.com

例句

释义:
1.
Acknowledging that some algorithms cannot be naturally expressed in LINQ, there will also be a set of imperative data parallel APIs.
他们认识到有些算法无法自然地用LINQ来表达,因此将会有一套强制式的数据并行API。
www.infoq.com
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。
msdn2.microsoft.com
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来生成一个报告。
blog.joycode.com
4.
Well, the Linq architecture revolves around the concept of delayed execution.
当然,Linq构架都是围绕着延时执行的概念而展开。
www.infoq.com
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)访问数据库中的数据时,不能直接连接到该数据库。
technet.microsoft.com
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中,关系数据库的数据模型映射到用开发人员所用的编程语言表示的对象模型。
msdn2.microsoft.com
7.
Explains the behavior you can expect to see if you try to edit LINQ code while you are debugging.
解释在调试期间尝试编辑LINQ代码时预料可以看到的行为。
technet.microsoft.com
8.
This section contains basic background information that will help you understand the rest of the LINQ documentation and samples.
本节包含可帮助您了解LINQ文档和示例的其余内容的基本背景信息。
msdn2.microsoft.com
9.
Still, Astoria will support other non-database, like LINQ-enabled data sources to be exposed through the HTTP interface.
不但如此,Astoria还可以支持其他非数据库类型(例如由LINQ查询语句得到)的数据源,并将其通过HTTP接口暴露出来。
www.infoq.com
10.
Once you set it up, which requires studying the "readme" file very carefully, using LINQ to XSD is quite easy.
一旦进行了安装,只需仔细阅读“readme”文件后,就可非常容易地使用LINQtoXSD。
www.infoq.com
1.
As a rule when you write LINQ queries, we recommend that you use query syntax whenever possible and method syntax whenever necessary.
作为编写LINQ查询的一项规则,建议尽量使用查询语法,只在必需的情况下才使用方法语法。
technet.microsoft.com
2.
Currently LINQ to XSD is only available as source code, no binaries have been published.
目前LINQtoXSD只提供了源代码,还没有发布执行文件。
www.infoq.com
3.
As described in Query Syntax versus Method Syntax ( LINQ ) , some query operations can only be expressed by using method syntax .
如查询语法与方法语法(LINQ)中所述,一些查询操作只能使用方法语法表示。
www.bing.com
4.
The Query Across Relationships walkthrough demonstrates how LINQ to SQL can query across tables, similar to joins in a relational database.
“跨关系查询”演练演示LINQtoSQL如何跨表查询,如同关系数据库中的联接。
msdn2.microsoft.com
5.
For a developer who writes queries, the most visible "language-integrated" part of LINQ is the query expression.
对于编写查询的开发人员来说,LINQ最明显的“语言集成”部分是查询表达式。
technet.microsoft.com
6.
Parallel LINQ, part of Microsoft's Parallel Extensions library, allows developers to quickly make queries execute across multiple threads.
作为微软并行扩展库(ParallelExtensionslibrary)的一部分,并行LINQ支持开发人员跨多线程来快速执行查询。
www.infoq.com
7.
It provides the in-memory document modification capabilities of the Document Object Model (DOM), and supports LINQ query expressions.
它提供文件物件模型(DOM)的记忆体中文件修改能力,而且支援LINQ查询运算式。
technet.microsoft.com
8.
LINQ technology is a form of declarative, functional programming.
LINQ技术是一种声明性函数编程形式。
technet.microsoft.com
9.
You will also produce a log output to show the SQL commands that LINQ to SQL generates.
您还将生成一个日志输出,显示LINQtoSQL生成的SQL命令。
msdn2.microsoft.com
10.
Describes the three parts of the basic LINQ query operation that are common across all languages and data sources.
说明基本LINQ查询作业中适用于所有语言和资料来源的三个部分。
msdn.microsoft.com
1.
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会将它们转换回您可以用您自己的编程语言处理的对象。
msdn2.microsoft.com
2.
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将编程世界和数据世界联系在了一起。
blog.joycode.com
3.
When a LINQ expression directly targets a database, the DLINQ provider has full access to the database's indexes.
当一个LINQ表达式直接访问数据库时,DLINQProvider支持所有数据库索引。
www.infoq.com
4.
Language-integrated query (LINQ) support provides compile-time syntax validation for queries against a conceptual model.
语言集成查询(LINQ)支持可为针对概念模型的查询提供编译时语法验证。
technet.microsoft.com
5.
For more information, see Responsibilities of the Developer In Overriding Default Behavior (LINQ to SQL).
有关更多信息,请参见开发人员在重写默认行为方面的责任(LINQtoSQL)。
msdn2.microsoft.com
6.
Describes tools available in the Visual Studio environment for designing, coding, and debugging LINQ-enabled application.
介绍可在VisualStudio环境中用于设计、编码和调试支持LINQ的应用程序的工具。
msdn2.microsoft.com
7.
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)。
msdn2.microsoft.com
8.
You cannot change, add, or remove a LINQ query, however, unless you want to stop debugging to apply the changes.
但是,除非要停止调试以应用更改,否则不能更改、添加或移除LINQ查询。
msdn2.microsoft.com
9.
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在同一对象图。
hi.baidu.com
10.
You can add or remove code before the LINQ statement, even if the changes affect the line number of the LINQ query.
在LINQ语句前,可以添加或移除代码,即使这些更改会影响LINQ查询的行号,也是如此。
technet.microsoft.com
1.
Binding has interesting applicability especially when LINQ expressions are involved.
绑定有着十分有趣的适应性,尤其在LINQ表达式中。
www.infoq.com
2.
External mapping in LINQ to SQL must be valid against the following XML schema definition.
LINQtoSQL中的外部映射必须能够通过以下XML架构定义的验证。
msdn2.microsoft.com
3.
When serializing, LINQ to XML attempts to serialize with the namespace prefix specified in namespace attributes.
序列化时,LINQtoXML尝试使用命名空间属性中指定的空间前置词进行序列化。
technet.microsoft.com
4.
Note that the second execution of the compiled LINQ query is equivalent to the second execution of the Entity SQL query.
注意,编译的LINQ查询的第二次执行与EntitySQL查询的第二次执行相等。
www.infoq.com
5.
In the LINQ approach, you write declarative code that describes what you want to retrieve.
而采用LINQ方法,您只需编写描述要检索的内容的声明性代码。
msdn2.microsoft.com
6.
However, before completely rewriting an algorithm, consider the parallel extensions for LINQ.
然而,在完全重写算法之前,考虑对LINQ的并行扩展。
www.cnblogs.com
7.
This topic contains links to Language-Integrated Query (LINQ) programming walkthroughs.
本主题包含指向语言集成查询(LINQ)编程演练的链接。
technet.microsoft.com
8.
The following example shows a typical LINQ query, followed by the translation of the query into method format.
下面的示例演示一个典型的LINQ查询,后跟该查询到方法格式的转换。
msdn.microsoft.com
9.
The headline feature of this release is LINQ (Language Integrated Query).
VS2008最大的特点是LINQ(语言整合查询)。
gxlqssjf.blog.163.com
10.
Describes the. NET Framework version, namespaces and references required to create LINQ projects.
介绍创建LINQ项目所需的.NETFramework版本、命名空间和引用。
msdn2.microsoft.com
1.
For this purpose, the DLR has extended LINQ expression trees to include control flow, assignment, and other language-modeling nodes.
为此,DLR对LINQ表达式树进行了扩展,以便包括控制流、工作分配以及其他语言建模节点。
msdn.microsoft.com
2.
LINQ to SQL does not support the hybrid use of the two mapping approaches (attribute-based and external).
LINQtoSQL不支持混合使用两种映射方式(基于属性的映射和外部映射)。
msdn2.microsoft.com
3.
The plan is to reimplement the whole of LINQ to Objects, explaining each method (or group of methods) in a blog post.
我的计划是要完整的重新实现LINQtoObjects,用每篇博客来解释一个方法(或者是一组方法)。
www.cnblogs.com
4.
I will write up a blog entry for each LINQ operator, probably including all of the production code but only "interesting" tests.
我将为每个LINQ操作符写一篇博文,其中将包含几乎所有的成品代码,不过测试代码的话我只会把有趣的部分贴出来。
www.cnblogs.com
5.
Another idea LINQ borrows, this time from dynamic languages, is the idea of "extension methods" .
LINQ带来的另外一个概念“扩展方法”来源于动态语言。
www.cnblogs.com
6.
Shows how to bind the results of a LINQ query to a control on a Windows Form.
演示如何将LINQ查询的结果绑定到Windows窗体上的控件。
msdn2.microsoft.com
7.
After you add the new LINQ to SQL file to the project, the empty design surface opens, displaying two separate panes.
将新的LINQtoSQL文件添加到该项目中之后,将打开显示两个独立窗格的空设计图面。
msdn2.microsoft.com
8.
The implementation strategy for LinQ involves rewriting the query into API calls against a provider.
LinQ的实现策略包括了根据提供者来把查询重写成API调用。
select.yeeyan.org
9.
This. NET Framework version includes support for ASP. NET AJAX and Language-Integrated Query (LINQ).
此.NETFramework版本包括对ASP.NETAJAX和语言集成查询(LINQ)的支持。
msdn2.microsoft.com
10.
In the context of LINQ to SQL, the DataContext methods that map to stored procedures are the same as those that map to functions.
在LINQtoSQL的上下文中,映射到存储过程的DataContext方法和映射到函数的方法相同。
msdn2.microsoft.com
1.
Memory consumption on analyzing large files has been greatly reduced, which should benefit ASP. NET and LINQ to SQL developers.
在进行大文件分析时的内存消耗也有很大的减少,这会让Asp.net和Linqtosql的开发者从中受益。
www.cnblogs.com
2.
Click the LINQ to SQL Classes template and type Northwind. Dbml in the Name box.
单击“LINQtoSQL类”模板,然后在“名称”框中键入“Northwind.dbml”。
msdn2.microsoft.com
3.
To simplify the LINQ to XML programming interface, namespaces are represented in the XML tree as attributes.
为了简化LINQtoXML程式设计介面,命名空间在XML树状目录中表示属性。
technet.microsoft.com
4.
Provides an example of how to return the results of a LINQ query as a specific type instead of as an anonymous type.
提供有关如何将LINQ查询的结果作为特定类型而非匿名类型返回的示例。
technet.microsoft.com
5.
LINQ to SQL checks those values against the database before it updates or deletes the data.
LINQtoSQL在更新或删除数据之前针对数据库对这些值进行检查。
msdn2.microsoft.com
6.
This walkthrough provides a fundamental end-to-end LINQ to SQL scenario with minimal complexities.
本演练提供了复杂性最小的基本端对端LINQtoSQL方案。
msdn2.microsoft.com
7.
Links to a sample that demonstrates how LINQ uses reflection.
演示LINQ如何使用反射的示例的链接。
msdn2.microsoft.com
8.
This example is intended to demonstrate usage, and might not run faster than the equivalent sequential LINQ to Objects query.
此示例旨在演示使用情况,并可能无法向对象查询比等效的顺序LINQ的更快地运行。
technet.microsoft.com
9.
However, functional transformation has a much wider applicability than use with LINQ.
但函数转换比使用LINQ具有更广泛的适用性。
technet.microsoft.com
10.
In this first task, you create a Visual Studio solution that contains the necessary references to build and run a LINQ to SQL project.
此任务为第一项任务,在此任务中,您要创建一个VisualStudio解决方案,此解决方案包含生成和运行LINQtoSQL项目所必需的引用。
msdn2.microsoft.com
1.
In addition to working directly with the node tree, developers will also have access to a LINQ provider.
开发者不仅可以直接处理节点树,还能够访问LINQprovider。
www.infoq.com
2.
LINQ applies the principles of object-oriented programming to relational data.
LINQ将面向对象的编程原则应用于关系数据。
msdn2.microsoft.com
3.
Then one can iterate over the data with LINQ, and process it accordingly.
接着就可以使用LINQ来迭代数据,并进行相应的处理。
www.infoq.com
4.
If your application generates a run-time error, see the Troubleshooting section of Learning by Walkthroughs (LINQ to SQL).
如果您的应用程序产生运行时错误,请参见通过演练学习(LINQtoSQL)中的“疑难解答”一节。
msdn2.microsoft.com
5.
In a basic sense, LINQ to Objects represents a new approach to collections.
从根本上说,LINQtoObjects表示一种新的处理集合的方法。
msdn2.microsoft.com
6.
In this section, you will add controls to the page that use the LINQ to SQL Classes file that mapped the database table to classes.
在本节中,您将向页面添加使用LINQtoSQL类文件的控件,以便将数据库表映射到这些类。
msdn2.microsoft.com
7.
Closures, and the related concept lambda expressions, are used throughout the LINQ query design.
闭包,和lambda表达式相关的一个概念,贯穿整个LINQ查询的设计。
www.infoq.com
8.
When these properties are true, the LinqDataSource control uses LINQ to SQL to automatically create the commands to modify the data.
当这些属性为true时,LinqDataSource控件会使用LINQtoSQL自动创建用于修改数据的命令。
msdn2.microsoft.com
9.
LinQ enables developers to embed object-valued queries directly in their code.
LinQ使得开发者能够直接在他们的代码中嵌入对象-值方式的查询。
select.yeeyan.org
10.
Provides links to topics that explain LINQ and provide examples of code that perform queries.
提供说明LINQ并提供执行查询的代码示例的主题的链接。
msdn2.microsoft.com
1.
Explains stepping behavior during LINQ debugging.
解释LINQ调试过程中的单步执行行为。
technet.microsoft.com
2.
Run the project, and select the type of LINQ sample that you want to explore.
运行该项目,然后选择要浏览的LINQ示例的类型。
msdn2.microsoft.com
3.
This makes the object layer an ideal target for Language-Integrated Query (LINQ) support.
这使得对象层成为集成语言查询(LINQ)的一个理想的操作目标。
www.cnblogs.com
4.
These features are combined in LINQ, which we will use to query data throughout this book.
这些特性被结合到LINQ之中,我们将用它来进行贯穿于本书的数据查询。
www.bbsmvc.com
5.
Edit and Continue does not support changes to LINQ queries.
“编辑并继续”不支持对LINQ查询的更改。
msdn2.microsoft.com
6.
Describes special circumstances to consider when you view LINQ query results in the debugger.
介绍在调试器中查看LINQ查询结果时要考虑的特殊情况。
technet.microsoft.com
7.
LINQ to SQL detects that an entity belongs to another DataContext if any deferred properties are still unloaded.
LINQ到SQL侦测到一个实体属于另一个DataContext如有推迟性能仍然卸载。
hi.baidu.com
8.
LINQ depends largely on the language features that were introduced and also on bits of the Fx 3. 5 (4 assemblies to be precise).
LINQ在很大程度上取决于先前介绍过的语言特性和Fx3.5的强大整合能力(已精确到四个组件)。
gxlqssjf.blog.163.com
9.
Discusses techniques for debugging LINQ queries.
讨论用于调试LINQ查询的技术。
msdn2.microsoft.com
10.
Includes an overview of queries in LINQ and provides links to additional resources.
概述LINQ中的查询并提供指向其他资源的链接。
msdn2.microsoft.com
1.
Like other objects, LINQ to SQL classes can use inheritance and be derived from other classes.
像其他对象一样,LINQtoSQL类也可以使用继承,并可从其他类派生。
msdn2.microsoft.com
2.
This topic gives a brief introduction to LINQ query expressions and some of the typical kinds of operations that you perform in a query.
本主题简要介绍LINQ查询表达式,以及您在查询中执行的一些典型类型的操作。
msdn2.microsoft.com
3.
Provides a brief overview of LINQ to XML and provides links to the LINQ to XML documentation.
简要概述LINQtoXML并提供到LINQtoXML文档的链接。
msdn2.microsoft.com
4.
Participate in the LINQ Forum, where you can discuss more complex topics in detail with experts.
参与LINQForum(LINQ论坛),在这里您可以与专家们详细讨论更复杂的主题。
msdn2.microsoft.com
5.
Construct a simple LINQ query and display the results on the form.
构造一个简单的LINQ查询并在窗体中显示结果。
msdn2.microsoft.com
6.
By default, the logic to perform updates is provided by the LINQ to SQL runtime.
默认情况下,由LINQtoSQL运行时提供用于执行更新的逻辑。
msdn2.microsoft.com
7.
LinQ also requires support for lambda expressions (closures), though this is not obvious from the previous query example.
LinQ还要求支持lambda表达式(闭包),虽然这在之前的查询示例中并不明显。
www.ibm.com
8.
In addition to the steps for displaying the data from the table, the steps for binding data to a LINQ query are also provided.
除了用于显示表中数据的步骤之外,本演练还提供了用于将数据绑定到LINQ查询的步骤。
msdn2.microsoft.com
9.
The following examples demonstrate some simple LINQ queries by using each approach listed previously.
下面的示例使用前面列出的每种方式演示一些简单的LINQ查询。
msdn2.microsoft.com
10.
In LINQ the join clause always works against object collections instead of database tables directly.
在LINQ中,join子句始终针对对象集合而非直接针对数据库表运行。
msdn2.microsoft.com
1.
You can use LINQ queries in new projects, or alongside non-LINQ queries in existing projects.
LINQ查询既可在新项目中使用,也可在现有项目中与非LINQ查询一起使用。
msdn2.microsoft.com
2.
There is no way the ADO. NET Team can do what is right for LINQ To SQL given their obvious bias to the Entity Framework.
这别无选择,鉴于LINQToSQL已经明显偏向于实体框架,只有ADO.NET团队能够为他找到正确的方向。
www.infoq.com
3.
Not surprisingly, the same is true for Language Integrated Query (LINQ).
语言集成查询(LINQ)也是如此,这毫不奇怪。
msdn.microsoft.com
4.
LINQ is composable, but at a certain point, it just becomes easier to simply build a string.
LINQ是可组合,但在某一时刻,就只是很容易,只需建立一个字符串。
msdn.microsoft.com
5.
Next, we call the target method and then use the LINQ Zip method to ensure that every price has changed.
下一步我们调用了目标方法,然后用LINQZip方法以确保每一个价格已经有了变化。
www.bbsmvc.com
6.
With LINQ, a query is now a first-class language construct, just like classes, methods, events and so on.
借助于LINQ,查询现在已是高级语言构造,就如同类、方法、事件等等。
technet.microsoft.com
7.
XML Literals, Members, and Namespaces, which along with LINQ are the crown jewels of VB 9, will be supported.
XML常量(XMLLiterals)、成员、命名空间以及LINQ都是VB9皇冠上的明珠,它们也均将毫无疑问地得到支持。
www.infoq.com
8.
This becomes extremely useful when writing LINQ queries.
这将对编写LINQ的查询非常有用。
blog.joycode.com
9.
First up is a no-brainer, updating LINQ to SQL diagrams when the underlying database changes.
首先是当底层数据库变化时会自动更新的LINQtoSQL图表,这个想法人人都能想到。
www.infoq.com
10.
Under Visual Studio installed templates, select LINQ to SQL Classes, rename the file to Tasks. Dbml, and then click Add.
在“VisualStudio已安装的模板”下选择“LINQtoSQL类”,将该文件重命名为“Tasks.dbml”,然后单击“添加”。
msdn2.microsoft.com
1.
The Microsoft. NET Framework includes three models for processing XML data: the XmlDocument class, the XPathDocument class, and LINQ to XML.
Microsoft.NETFramework包括三个用于处理XML数据的模块:XmlDocument类、XPathDocument类和LINQtoXML。
msdn2.microsoft.com
2.
Provides links to topics that explain the LINQ technologies.
提供指向阐述LINQ技术的主题的链接。
msdn2.microsoft.com
3.
Construct various LINQ queries to return filtered data.
构造各种LINQ查询以返回经过筛选的数据。
msdn2.microsoft.com
4.
Using the LinqDataSource control to connect to a database by using Language-Integrated Query (LINQ).
通过语言集成查询(LINQ)用LinqDataSource控件连接至数据库。
msdn2.microsoft.com
5.
In C#, you cannot use Edit and Continue on any code in a method that contains a LINQ query.
在C#中,您不能对包含LINQ查询的方法中的任何程式码使用[编辑后继续]。
technet.microsoft.com
6.
You can use LINQ query syntax to expressively indicate how to query your data model in a strongly typed way.
你可以使用LINQ查询语法明确如何以强类型的方式查询数据模型。
dictsearch.appspot.com
7.
Compares method syntax and query syntax as two ways to express a LINQ query.
比较方法语法和查询语法这两种表示LINQ查询的方式。
msdn.microsoft.com
8.
Provides a brief introduction to generic types as they are used in LINQ.
简单介绍泛型类型在LINQ中的使用。
msdn2.microsoft.com
9.
Shows how to use regular expressions in LINQ queries for complex pattern matching on filtered query results.
演示如何在LINQ查询中使用正则表达式来对筛选的查询结果执行复杂模式匹配。
technet.microsoft.com
10.
A better outcome would have seen MS announce a successor to both LINQ To SQL and Entity Framework.
更好的结果应该是看到微软宣布开发LINQToSQL和实体框架共同的继承者。
www.infoq.com
1.
You add LINQ to SQL files to projects by using the Add New Item dialog box and selecting the LINQ to SQL Classes template.
通过使用“添加新项”对话框并选择“LINQtoSQL类”模板,可以向项目中添加LINQtoSQL文件。
msdn2.microsoft.com
2.
Add. Dbml files to projects by selecting the LINQ to SQL Classes template in the Add New Item dialog box.
通过在“添加新项”对话框中选择“LINQtoSQL类”模板,将.dbml文件添加到项目中。
msdn2.microsoft.com
3.
For more information, see Edit and Continue With LINQ.
有关更多信息,请参见用于LINQ的“编辑并继续”。
msdn2.microsoft.com
4.
Read about the "from clause" in the next section to learn about the order of clauses in LINQ query expressions.
阅读下一节中的“from子句”来了解LINQ查询表达式中的子句的顺序。
msdn2.microsoft.com
5.
To use LINQ to SQL effectively, you must have some familiarity with the underlying principles of relational databases.
若要有效地使用LINQtoSQL,您必须略为熟悉关系数据库的基本原理。
msdn2.microsoft.com
6.
For more information, see Introduction to LINQ Queries.
有关更多信息,请参见LINQ查询简介。
msdn2.microsoft.com
7.
In this post I'm going to outline what steps are involved to get LINQ working based on what providers you may want to use.
在这里我将给主要的步骤,包括使LINQ工作时你可能要用到的提供器(Provider)。
kb.cnblogs.com
8.
Entity classes are created and stored in LINQ to SQL Classes files (. Dbml files).
实体类将创建并存储在LINQtoSQL类文件(.dbml文件)中。
msdn2.microsoft.com
9.
Before you can begin querying a DataSet object using LINQ to DataSet, you must populate the DataSet.
只有在填充DataSet后,您才能开始使用LINQtoDataSet来查询DataSet对象。
msdn2.microsoft.com
10.
The DBML Extractor is a LINQ to SQL component that takes database metadata as input and produces a DBML file as output.
DBML提取器是一个LINQtoSQL组件,它采用数据库元数据作为输入,生成DBML文件作为输出。
msdn2.microsoft.com
1.
To use this file correctly for validating an external mapping file, see How to: Validate DBML and External Mapping Files (LINQ to SQL).
若要正确使用此文件来验证外部映射文件,请参见如何:验证DBML和外部映射文件(LINQtoSQL)。
msdn2.microsoft.com
2.
LINQ simplifies this situation by offering a consistent model for working with data across various kinds of data sources and formats.
LINQ提供一致的模型来使用各种资料来源和格式的资料,从而简化此情况。
technet.microsoft.com
3.
In addition, Edit and Continue does not support changing the type or the value of a variable that is used in a LINQ statement.
此外,“编辑并继续”不支持更改LINQ语句中使用的变量的类型或值。
msdn2.microsoft.com
4.
In this video, LINQ is used to query relational databases.
在此视频中,LINQ用于查询关系数据库。
msdn2.microsoft.com
5.
Provides reference information about several aspects of LINQ to SQL.
提供有关LINQtoSQL的多个方面的参考信息。
msdn2.microsoft.com
6.
Designer then takes care of creating mapping and generating proper LINQ To SQL code.
设计器就会自动创建映射并生成正确的LINQ到SQL的代码。
blog.joycode.com
7.
Provides a condensed overview of LINQ to SQL along with information about how to get started using LINQ to SQL.
提供对LINQtoSQL的简要概述以及有关如何开始使用LINQtoSQL的信息。
msdn2.microsoft.com
8.
LINQ is something that is actually integrated into the programming language itself.
LINQ实际上是集成在编程语言自身的机制。
www.infoq.com
9.
The join methods provided in the LINQ framework are Join and GroupJoin.
LINQ框架中提供的联接方法有Join和GroupJoin。
msdn2.microsoft.com
10.
Add a LINQ to SQL file to a project.
将一个LINQtoSQL文件添加到项目。
msdn2.microsoft.com
1.
This is one benefit of the strong type-checking provided by LINQ.
这是LINQ所提供强型别检查的其中一项优点。
technet.microsoft.com
2.
At the same time in terms of security, the use of LINQ itself is a clever solution to the problem of SQL injection attacks.
同时在安全性方面,运用LINQ本身特性巧妙地解决SQL注入式攻击问题。
degree.fzu.edu.cn
3.
Add code to run a LINQ query.
添加用于运行LINQ查询的代码。
msdn2.microsoft.com
4.
Perst 3. 0 offers full text search, compressed objects under Java, and LINQ support under . NET.
Perst3.0提供全文检索,Java下的对象压缩和.NET下的LINQ支持。
www.infoq.com
5.
LINQ to DataSet can also be used to query over data that has been consolidated from one or more data sources.
LINQtoDataSet也可用于查询从一个或多个数据源合并的数据。
msdn2.microsoft.com
6.
Complexpointcuts, for instance, could be expressed as a language-integrated query (LINQ) in C# 3. 0.
比如说,在C#3.0中,复杂的截点可以用语言整合查询(语言集成查询)来表达。
goabroad.zhishi.sohu.com
7.
The execution time for the compiled LINQ query is 305 ms on the first execution and 15 ms on subsequent ones.
对于编译了的LINQ查询而言,第一次执行耗时305毫秒,而随后的执行时间则为15毫秒。
www.infoq.com
8.
There are several ways to load data into a DataSet, such as using the DataAdapter class or LINQ to SQL.
向DataSet中加载数据有多种方法,如使用DataAdapter类或LINQtoSQL。
msdn2.microsoft.com
9.
Ask questions about the LINQ Project.
提出有关LINQ项目的问题。
msdn2.microsoft.com
10.
The result is a LINQ to SQL entity class that maps to the table in the database.
结果将生成映射到数据库中表的LINQtoSQL实体类。
msdn2.microsoft.com
1.
The problem is actually how to get the SQL generated by LINQ queries to use the NOLOCK hint as SQL developers are accustomed.
这个问题实际是在找出一个办法,使LINQ查询生成的SQL语句能够像SQL开发人员常用的做法那样加上NOLOCK选项。
www.infoq.com
2.
It provides strongly-typed LINQ data access experience over relational databases, including direct, efficient access to SQL Server.
它在关系数据库之上提供了强类型的LINQ数据访问体验,包括对SQLServer直接高效的访问。
www.infoq.com
3.
For more information about how to create LINQ queries, see Introduction to LINQ Queries.
有关如何创建LINQ查询的更多信息,请参见LINQ查询简介。
msdn2.microsoft.com
4.
Discusses the use of expression trees in LINQ.
讨论表达式目录树在LINQ中的用法。
msdn2.microsoft.com
5.
In this video, LINQ is used to query XML files.
在此视频中,LINQ用于查询XML文件。
msdn2.microsoft.com
6.
LINQ to XML is the new model in the. NET Framework version 3. 5 For processing XML data.
LINQtoXML是.NETFramework3.5版中用于处理XML数据的新模型。
msdn2.microsoft.com
7.
For more information, see How to: Validate DBML and External Mapping Files (LINQ to SQL).
有关更多信息,请参见如何:验证DBML和外部映射文件(LINQtoSQL)。
msdn2.microsoft.com
8.
Provides an example of how to order the results of a query by using LINQ.
提供有关如何使用LINQ对查询结果进行排序的示例。
technet.microsoft.com
9.
To use the XSD file correctly for validating a DBML file, see How to: Validate DBML and External Mapping Files (LINQ to SQL).
若要正确使用此XSD文件来验证DBML文件,请参见如何:验证DBML和外部映射文件(LINQtoSQL)。
msdn2.microsoft.com
10.
As we said, we are big fans of LINQ, and it plays an important role in MVC applications.
正如我们所说,我们是LINQ的大粉丝,而且它在MVC应用程序中起着重要的作用。
www.bbsmvc.com
1.
XML data can as easily be parsed and consumed with LINQ to XML, which is part of . NET Framework 3. 5.
作为.NETFramework3.5组成部分,LINQtoXML可以方便地解析和消费XML数据。
www.infoq.com
2.
Provides an example of how to include search criteria in a query by using LINQ.
提供有关如何使用LINQ在查询中包含搜索条件的示例。
technet.microsoft.com
3.
Object representations of data, such as LINQ to SQL entity classes.
数据的对象表示形式,例如LINQtoSQL实体类。
msdn2.microsoft.com
4.
At that time it was a LINQ provider that could automatically parallelize queries.
当时它是一个LINQProvider,可以自动地将查询并行化。
www.infoq.com
5.
For example, the LINQ system in Microsoft's . NET is a direct descendent of functional programming techniques.
比如说,微软的.NET中的LINO系统是函数编程技术的直接产物。
www.bing.com
6.
When . NET 4. 0 was released the most common scenario was fork-join style programming such as seen with Parallel. ForEach and Parallel LINQ.
NET4.0发布的时候,最常见的情形是分支合并(fork-join)样式的编程,就像我们在Parallel.ForEach和ParallelLINQ中看到的那样。
www.infoq.com
7.
Describes how to query data that is defined by a conceptual model by using LINQ and stored procedures.
说明如何将查询所定义的概念模型使用LINQ和预存程序的资料。
technet.microsoft.com
8.
But LINQ is not only about databases, it can also target XML or even simple object collections.
但是LINQ不仅会访问数据库,它还可能访问XML或者更简单的对象集合等。
www.infoq.com
9.
In order to upgrade your apps to use new features like LINQ you'll need to change the target framework and add some references.
在你升级完的程序里使用新特性像LINQ你需要更改目标平台和添加一些引用。
kb.cnblogs.com
10.
Create controls that are bound to entity classes by dragging LINQ to SQL data source items from the Data Sources window onto a Windows Form.
通过将LINQtoSQL数据源项从“数据源”窗口拖动到Windows窗体上来创建绑定到实体类的控件。
msdn2.microsoft.com
1.
In Visual Basic, you can use Edit and Continue on non-LINQ code, even in a method that contains a LINQ query.
在VisualBasic中,可以对非LINQ代码使用“编辑并继续”,即使是在包含LINQ查询的方法中,也是如此。
msdn2.microsoft.com
2.
Visual Basic provides XML axis properties for accessing and navigating LINQ to XML structures.
VisualBasic提供XML轴属性用于访问和定位LINQtoXML结构。
msdn2.microsoft.com
3.
For more information about query execution, see Writing Your First LINQ Query (Visual Basic).
有关查询执行的更多信息,请参见编写您的第一个LINQ查询(VisualBasic)。
msdn2.microsoft.com
4.
The following example uses an in-memory data structure as the data source, but the same principles apply for any kind of LINQ data source.
下面的示例使用内存中数据结构作为数据源,但相同的原理适用于任何种类的LINQ数据源。
technet.microsoft.com
5.
Open the LINQ to SQL file in the designer.
在设计器中打开“LINQtoSQL”文件。
msdn2.microsoft.com
6.
Step-by-step instructions for creating a C# LINQ project, adding a simple data source, and performing some basic query operations.
建立C#LINQ专案、加入简单资料来源,以及执行一些基本查询作业的逐步指示。
msdn.microsoft.com
7.
Provides links to sections that describe how to use LINQ to XML in Visual Basic.
提供指向介绍如何在VisualBasic中使用LINQtoXML的章节的链接。
msdn2.microsoft.com
8.
Improvements to LINQ queries: additional canonical functions and automatic mapping from CLR functions to server functions
改进了LINQ查询:加入了一些典型方法和从CLR方法到服务器方法的自动映射
www.infoq.com
9.
Below are the first five parts of my LINQ to SQL series
下边是我的该系列的前五篇的帖子的链接
www.jb51.net
10.
Below are the first two parts of my LINQ to SQL series
下边是我的前两篇的帖子的链接
www.yaosansi.com
1.
"Linq-friendly" annotation capabilities, to allow developers to use the SDK with emerging Linq to XML technology
“Linq-friendly”标注能力,以允许开发者在使用SDK时融合LinqtoXML技术
www.infoq.com
2.
Then read the documentation for the LINQ technology in which you are interested
然后,阅读以下文档以学习您感兴趣的LINQ技术
msdn2.microsoft.com
3.
The following code sample taken from the SDK's help file shows the usage of LINQ's chained where clause in the context of accessing YouTube
下面的代码示例取自SDK的帮助文档,展示了如何通过LINQ的链式where从句来访问YouTube
www.infoq.com
4.
Using LINQ to XSD, the query is written in a much clearer and type-safe way
使用LINQtoXSD,这一查询可以以更加简洁和类型安全的方式来实现
www.infoq.com
5.
Type Relationships in Query Operations (LINQ)
查询操作中的类型关系(LINQ)
msdn2.microsoft.com
6.
Follow these steps to find additional examples of LINQ to SQL code and applications
请按以下这些步骤查找LINQtoSQL代码和应用程序的其他示例
msdn2.microsoft.com
7.
Adding LINQ to SQL Data Classes to a Project
向项目添加LINQtoSQL数据类
msdn2.microsoft.com
8.
In addition, LINQ queries offer three main advantages over traditional foreach loops
另外,与传统的foreach循环相比,LINQ查询具有三大优势
msdn2.microsoft.com
9.
a rich programming experience using Entity SQL and LINQ
使用EntitySQL和LINQ的丰富编程体验
www.infoq.com
10.
Better support for span over LINQ to Entities queries
为LINQ到实体查询提供更好的支持
www.infoq.com
1.
In my first post I provided code samples that demonstrated how to perform common data scenarios using LINQ to SQL including
在我的第一篇帖子中,我提供了展示如何用LINQtoSQL来进行一些常用的数据处理,包括如下几个方面
www.rssportal.com.cn
2.
How to: Generate the Object Model as an External File (LINQ to SQL)
如何:将对象模型生成为外部文件(LINQtoSQL)
msdn2.microsoft.com
3.
XMLQuerying Collection and XML with LINQ
用LINQ查询收集和
wenwen.soso.com
4.
For example, consider the below LINQ to SQL example
例如,看如下的
www.zhuaxia.com
5.
Walkthrough: Simple Object Model and Query (Visual Basic) (LINQ to SQL)
演练:简单的对象模型和查询(VisualBasic)(LINQtoSQL)
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/14 20:30:00