I really want to do something like this:
Select * from A join B on A.key = B.key join C on B.key = C.key -- propagated keys where exists (select null from B
The .Any() extension method typically maps to exists.
.Any()
exists