I have a model(Participant) containing collection model repr
I have a model(Participant) containing collection model representing elements from other model(ParticipantRoles) I want to join it with Roles table on Participant.Participant.RoleId to Roles.Id. What should be LINQ query in this case.
Sant kuPosted Sep 28, 2016, 12:27 AM
Pradeep ShetPosted Sep 27, 2016, 2:02 PM