The let keyword in LINQ is used to define ___________ that can be reused within the query.

  • Constants
  • Functions
  • Objects
  • Variables
In LINQ, the let keyword is used to define variables that can be reused within the query. These variables allow for cleaner and more readable code by providing a way to store intermediate results or calculations for later use within the query.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *