Ray's playground

 

LINQ Queries(Chapter 8 of C# 4.0 in a nutshell)

  Query and fluent syntax each have advantages.
  Query syntax is simpler for queries that involve any of the following:
  • A let clause for introducing a new variable alongside the range variable
  • SelectMany, Join, or GroupJoin, followed by an outer range variable reference

 

posted on 2010-07-11 22:37  Ray Z  阅读(222)  评论(0编辑  收藏  举报

导航