Quantcast
Channel: Type inference error on join
Browsing latest articles
Browse All 2 View Live

Type inference error on join

A little extra Googling reveals it should be: on new { t.BadgeId, t.CreatedDate } equals new { BadgeId = z.BadgeId, CreatedDate = z.MostRecent } Thanks to Matt Warrens post here. Paul.

View Article



Type inference error on join

Hi, I have the following query which runs perfectly:1from t in TableA  2join z in   3(  4from ts in TableA  5group ts by ts.BadgeId  6into g  7join b in TableB on g.Key equals b.Id  8select new {   9...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images