Skip to content
Advertisement

How to use the group join result to join another tables using LINQ?

I am not able to use the result of group join and then further applying the join with other tables.

My SQL query is :

and what I have done so far is:

but now this result is not at all further used by me to create a join with other tables. I want to ask how to join further? Any clue?

Advertisement

Answer

You need something like this:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement