I\'m having great trouble in converting the following SQL to LINQ to SQL, any one able to help out?
SELECT dbo.ExpensesGroup.ExpenseGroupId, dbo.Expenses
See this existing thread.
If you decide to do it by hand, Linqpad should be useful.