Error 4 Cannot implicitly convert type
'System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<CCE_2009.Data.Person>>'
to
'System.Collections.Generic.IEnumerable<CCE_2009.Data.Person>'
從生成:演員已經殺了我 - ?
var RecoveryManagerQuery =
from RM in
(
from REP in e.Results
select REP.Organization.Representatives.Select(RM=>RM.Person)
)
select RM;
RecoveryManagers = new ObservableCollection<Person>(RecoveryManagerQuery.ToList());
這是爲什麼IEnumberable包埋 - 組織有一個或多個,其中每個代表是關係到一個只有一個人的代表。
我想符合該條件的人員名單.....
argghh ..
[R
冷靜下來,深呼吸。然後你粘貼整個錯誤信息,並給出一些關於e代表的內容,這是LINQ2Objects還是LINQ2SQL? – 2010-09-15 19:00:51