LINQ to Entities allows developers to write queries using ___________ syntax.

  • C#
  • Lambda
  • SQL
  • XML
LINQ to Entities provides a language-integrated query experience in C# using Lambda syntax. This allows developers to write queries directly within their C# code, making it easier to work with data retrieved from the database. It abstracts the underlying SQL syntax and provides a more intuitive way to query and manipulate data from entity data models.
Add your answer
Loading...

Leave a comment

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