Posts Tagged ‘LINQ2SQL’

LINQ2SQL GroupBy

Posted: 23rd April 2010 by thegrayzone in Development
Tags: , ,

I’m currently working on a taxi-type system that manages journeys for customers. All journeys need authorised before they can be carried out. There is a page that shows all journeys that require authorisation but this required changing to show 1 row per customer rather than 1 row per journey. I got some help from Andy [...]