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
某个方法要怎么写,
相关分类