You have a method like this that returns a collection of premium Customer objects: Public Function GetPremiumCustomers() As List(of Customer) Dim db As New dbContextObject Return From c In ...
Peter follows up -- yet again – on a column on how to group results with LINQ using the SQL-like syntax with the same solution using the method-based syntax. And, no, you're not seeing double. A ...