I have a table format of
Id (int)
ParentId (int)
I need to query out all rows that are related to each other so ParentId = Id but nested multiple times
I am a bit stuck on how to tackle this one, I may revert to a stored procedure but I really wanted to try this in pure linq to sql.