close
LINQ 應該是Microsoft 在 .Net Framework 3.5裡
想力推一統江山的一個查詢語法
想先賭為快嗎??先來看看
網頁  101 CSharp LINQ Samples
http://msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx
主要分類
01.Restriction Operators ( where )
02.Projection Operators ( Select , SelectMany )
03.Partitioning Operators ( Take , Skip , TakeWhile , SkipWhile )
04.Ordering Operators ( Orderby , ThenBy )
05.Grouping Operators ( GroupBy )
06.Set Operators ( Distinct , Union , Intersect , Except )
07.Conversion Operators ( To Array , To List , To Dictionary , OfType )
08.Element Operators ( First , FirstOrDefault , ElementAt )
09.Generation Operators ( Range, Repeat )
10.Quantifiers ( Any , All )
11.Aggregate Operators ( Count , Sum , Min , Max , Average , Fold )
12.Miscellaneous Operators ( Concat , EqualAll )
13.Custom Sequence Operators ( Combine )
14.Query Execution ( Deferred , Immediate , Query Reuse )

網頁  101 Visual Basic LINQ Samples
http://msdn2.microsoft.com/en-us/vbasic/bb688088.aspx
主要分類
1.LINQ Query Samples
2.LINQ to SQL Samples
3.LINQ to Dataset Samples
4.LINQ to XML Samples
arrow
arrow
    全站熱搜