public IEnumerable<Tim_LinqTable> GetClassID(int p_id) { var query =from c inthis.Tim_LinqTables where c.Parent == p_id select c; return query.ToList().Concat(query.ToList().SelectMany(t => GetClassID(t.Id))); } return 这句有错误。为什么呢 搞定提高悬赏 谢谢
HUX布斯
米琪卡哇伊