2014-01-05 3 views

답변

1

방법 중 하나는해야 할 일이 이렇게 있습니다 :

from a in db.Account 
where !db.Account.Any(a2 => a2.ParentID == a.AccountID) 
select a; 
관련 문제