When using LINQ to DataSet, the let keyword is used to define ___________ variables within a query.

  • Temporary
  • Global
  • Static
  • Local
The correct option is 'Temporary'. In LINQ to DataSet, the let keyword is used to define temporary variables within a query. These variables can hold intermediate results or calculated values that are used within the query itself. They are scoped to the query in which they are defined and are not accessible outside of it.
Add your answer
Loading...

Leave a comment

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