In Entity Framework, what is the Entity Data Model (EDM)?

  • A conceptual model that describes the structure of data, independent of the underlying database schema.
  • A mapping mechanism that connects the database schema to the application's object model.
  • A set of database tables that represent the entities in an application.
  • A tool for querying databases using LINQ expressions.
The Entity Data Model (EDM) in Entity Framework is a conceptual model that represents the structure of data in an application independently of the database schema. It provides a higher-level abstraction over the database, allowing developers to work with entities and relationships in a more intuitive manner.
Add your answer
Loading...

Leave a comment

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