View Single Post
  #6 (permalink)  
Old 12-03-2008, 11:27 AM
corteplaneta corteplaneta is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Nov 2008
Age: 26
Posts: 10
Reputation: 19
corteplaneta is on a distinguished programming path ahead
Default

Thanks MattP and cjard! I've got so little experience with SQL that I didn't even think of using SQL directly. Any idea the the LINQ to achieve the same end result?

I'm kind of irritated that LINQ doesn't allow me to query my strongly typed collections, either (isn't this ALL LINQ should work on!?!?! Strongly typed collections implement IEnumerable by default, do they not?)

Last edited by corteplaneta; 12-03-2008 at 7:32 PM.
Reply With Quote