What does EDM stand for in the context of ADO.NET?
- Entity Data Model
- Extended Data Model
- Entity Definition Model
- Entity Descriptor Model
The correct option is Entity Data Model. EDM (Entity Data Model) is an abstract conceptual representation of the data in a database. It provides a consistent and uniform way to access and manipulate data across various data sources.
Loading...
Related Quiz
- In a LINQ query, the orderby clause is used to ___________ the elements in the result set.
- In Entity Framework, what is the role of the DbContext class?
- In ADO.NET, how can you populate a DataTable with data from a database?
- Connection pooling in ADO.NET helps in ___________ database connections for better performance.
- Scenario: You are developing an application that needs to query a list of customer objects stored in memory. Which LINQ technology would you choose for this task?