I have these relations in my data base:
I need all authors related to my book stored in book entity class? I was trying to resolve this by using entityset but I can't use it because there is no primary key in BookAuthors table!
Any kind of help will be great! =)