ar q = from a in xxx select new {a.id,a.name,a.bb,a.cc,....} var q2 = 某個方法(q,"id");//q2 為{a.name,a.bb,a.cc,....}的IQueryable 某個方法要怎么寫, 查看完整描述