Open GoogleCodeExporter opened 9 years ago
Here's the code:
Dim bestCat As ArticleCategory
bestCat = (From cat In Categories
Order By cat.tempCount Descending, cat.Name
Select cat).First
The Keywords "From" "Order By" and "Descending" should highlight.
Original comment by TheSealP...@gmail.com
on 19 Dec 2011 at 2:03
How does one recognize that a chunk of VB code is LINQ?
Original comment by mikesamuel@gmail.com
on 30 Mar 2012 at 4:59
Original issue reported on code.google.com by
TheSealP...@gmail.com
on 19 Dec 2011 at 2:02