The .Net 3.0 Framework and LINQ
Dim q = From p In db.Inspection _
Where p.HullNumber = "MA009" _
Select p
Yup that is VB.NET code using .Net 3.0 and LINQ and I am loving it. More to come (possibly a review) when I finish my first test project using this.