Hi
How to store the results of Linq Query in Datatable
List<View_SessionBookPlanningRecommendation> Result = (from t in context.View_SessionBookPlanningRecommendations orderby t.StudentID where StudentCollection.Contains(t.StudentID.ToString()) select t).ToList();
Thanks