读书人

vs2012报这个错啥意思,该怎么处理

发布时间: 2013-08-04 18:26:16 作者: rapoo

vs2012报这个错啥意思
vs2012报这个错啥意思,该怎么处理 linq Visual?Studio?2012
[解决办法]
var reportQuery = from a in examReportTable.AsEnumerable()
join b in rvuTable.AsEnumerable()
on new{exam=a.Field<int>("exam"), examtype=a.Field<string>("examtype")} equals new{exam=b.Field<int>("rvuName"),examtype=b.Field<string>("rvuType")}
group b by new{ a.reportDoc,a.examtype } into c
select new YourClassName
{
};

读书人网 >.NET

热点推荐