What is the use of INTO keyword in LINQ?

 Posted by vishalneeraj-24503 on 11/4/2014 | Category: LINQ Interview questions | Views: 4143 | Points: 40
Answer:

1). The INTO keyword is used in LINQ,which is used to create a temporary local variable which is used to store the results of a group,join,or select clause into a new identifiers.
2). INTO keyword is used when there is a need to perform an operation on grouped data.
3). INTO keyword Hides the previous variable when used in a query.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response