2
Answers

I have a model(Participant) containing collection model repr

Photo of Sant ku

Sant ku

8y
646
1
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.

Answers (2)