In Entity Framework, the Entity Data Model (EDM) represents the structure of the underlying ___________.

  • Code
  • Database
  • Entities
  • Tables
In Entity Framework, the Entity Data Model (EDM) represents the structure of the underlying database. EDM provides a conceptual view of the data, including entities, relationships, and mappings to the database schema. It abstracts away the complexity of the database schema and allows developers to work with entities rather than directly dealing with database tables.
Add your answer
Loading...

Leave a comment

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