group LINQ keyword used to categorize results in query - LINQ

Q.  Which LINQ keyword is used to categorize results in a query?
- Published on 31 Aug 15

a. where
b. select
c. join
d. group

ANSWER: group
 
By using group clause you can group your results based on a key that you specify. It can be inserted between a from clause and a select clause.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)