LINQ信息详情
abbr.语言集成查询(LanguageIntegratedQuery)
fructose metabolism───果糖代谢
glide into───渐变为
vocality credit union───声乐信用合作社
stratified random sampling───分层任意抽样,分层随机抽样,分层随机取土样
upland lowlife───高地低地生物
GA LINGA───林加
reptilian records───爬行动物记录
deposit slip───n.存款单
starlings images───椋鸟图片
exfoliative erythroderma───[医] 剥脱性红皮病
LinQ: Six features for the price of one.───LinQ:用一个功能的价格购买六个功能。
rich programming experience using Entity SQL and linq.───使用Entity SQL和LINQ的丰富编程体验。
This becomes extremely useful when writing LINQ queries.───这将对编写LINQ的查询非常有用。
Acknowledging that some algorithms cannot be naturally expressed in LINQ, there will also be a set of imperative data parallel APIs.───他们认识到有些算法无法自然地用LINQ来表达,因此将会有一套强制式的数据并行API。
After you add a LINQ to SQL file to your project, the empty design surface represents a DataContext ready to be configured.───向项目中添加LINQtoSQL文件后,空白设计图面将表示一个可供配置的DataContext。
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来生成一个报告。
Well, the Linq architecture revolves around the concept of delayed execution.───当然,Linq构架都是围绕着延时执行的概念而展开。
When you want to use Language-Integrated Query (LINQ) to access data in a database, you do not connect directly to the database.───当您要使用语言集成查询(LINQ)访问数据库中的数据时,不能直接连接到该数据库。
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中,关系数据库的数据模型映射到用开发人员所用的编程语言表示的对象模型。
Shows how to use regular expressions in LINQ queries for complex pattern matching on filtered query results.
You can copy a LINQ variable and paste it into the Watch window or QuickWatch dialog box.
At that time it was a LINQ provider that could automatically parallelize queries.
PLINQ combines the simplicity and readability of LINQ syntax with the power of parallel programming.
It provides strongly-typed LINQ data access experience over relational databases, including direct, efficient access to SQL Server.
It provides strongly-typed LINQ data-access experience over relational databases, including direct, efficient access to SQL Server and boasts of strong design-time features in Visual Studio.
You can view the result of a LINQ statement by using DataTips, the Watch window, and the QuickWatch dialog box.
Provides an example of how to include search criteria in a query by using LINQ.
The implementation strategy for LinQ involves rewriting the query into API calls against a provider.