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 這句有錯(cuò)誤。為什么呢 搞定提高懸賞 謝謝
- 2 回答
- 0 關(guān)注
- 1859 瀏覽
添加回答
舉報(bào)
0/150
提交
取消