c# - In linq at a time how to join multiple tables -


i know how join in linq, failed desired output plain join , need advanced idea. table structure bellow enter image description here

my input , out set bellow

enter image description here

base on tables want write linq query gives me required table result.

is possible in linq or need create list , manually update it?


Comments