I need to store the data returned from this LINQ to Entities query (below) into a DataTable so that I can use it as data source to a DataGridView, how can I do that?...In this case I'm using LINQ to Entities to query against an Entity Framework conceptual...