Hi
I have below query . I want if same book occurs more than once then only first record should be displayed. Book is in alias t
List
join t2 in context.View_Session
on t.SessionPlanID equals t2.SessionPlanID
select t).ToList();
Thanks
Sachin SinghPosted Jul 3, 2022, 5:14 PM