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.