Recursive LINQ get hierarchy?
问题 I have this result table after my query Id Per_Router Prod_No Rout_No NULL 1 81253 77976 NULL 1 81235 77976 NULL 1 67907 77976 NULL 1 66772 77976 21202 2 NULL 77976 41978 1 NULL 77976 41979 1 NULL 77976 using LINQPAD I want to extract the whole hierarchy. As starting point 77976 but I want to get also for each sub-component ex. 81253, 81235, etc - recursive? Using query from db is very long to get each sub component record (Foxpro 6) I declare my self a beginner in this var query = from p in