The ObjectContext class is responsible for ___________ with the underlying database.

  • Connecting
  • Interfacing
  • Mapping
  • Querying
The ObjectContext class in Entity Framework is responsible for interfacing with the underlying database. It manages connections, tracks changes, and orchestrates queries and updates to the database. It acts as a bridge between the application and the database, providing a set of methods and properties to interact with entity data models and database objects effectively.
Add your answer
Loading...

Leave a comment

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