LINQ的意思
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.