In LINQ to Entities, the Entity Framework uses ___________ to represent database tables.

  • Entities
  • Classes
  • Objects
  • Models
The correct option is "Entities". In LINQ to Entities, the Entity Framework maps database tables to entity classes, where each entity class represents a table in the database. These entities are used to perform operations such as querying, updating, and deleting data in the underlying database. The term "Entities" refers to these classes that are used to represent the database tables in LINQ to Entities.
Add your answer
Loading...

Leave a comment

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