未能为源类型 找到查询模式的实现 找不到select
private void button2_Click(object sender, EventArgs e) { tb_apply app=GetLinq(); // var apply = from ap in app select new { ap.seq,ap.date }; }
大致知道什么原因了............