How to select a table from highest table use LinQ query
Posted
by user299683
on Stack Overflow
See other posts from Stack Overflow
or by user299683
Published on 2010-03-23T07:24:33Z
Indexed on
2010/03/23
7:33 UTC
Read the original article
Hit count: 223
I have a sequence relationship:
A has many Bs. B has many Cs. C has many Ds.
They also make me so confused if there are more than 3 or 4,..tables.
So, how can i select all Cs that satify A.Id="1". (something likes finding all grandsons of a grandfather)
Thanks in advance.
© Stack Overflow or respective owner