I have the following LINQ query:
var timesheets = from timesheet in entities.Timesheets join timesheetTask in entities.Timesheet_Task on timesheet.Id e
Call .ToList(). The resulting List can also be bound to a DataGridView, and is easier to work with than a DataTable.
.ToList()
List