Microsoft
70-516 · Question #49
You use Microsoft Visual Studio 2010 and .NET Framework 4.0 to develop an application that uses the Entity Data Model for the fallowing database tables. You need to ensure that the entity that is…
The correct answer is A. Use a Table-Per-Type mapping method. See the full explanation below for the reasoning.
Question
You use Microsoft Visual Studio 2010 and .NET Framework 4.0 to develop an application that uses the Entity Data Model for the fallowing database tables. You need to ensure that the entity that is mapped to the ContectTypeDerived table derives from the entity that is mapped to the ContentTypeBase table. What should you do?
Exhibit
Options
- AUse a Table-Per-Type mapping method.
- BUse a Table-Per-Hierarchy mapping method.
- CCreate a function import for each entity.
- DCreate a complect type for each entity.
How the community answered
(45 responses)- A78% (35)
- B4% (2)
- C4% (2)
- D13% (6)
Community Discussion
No community discussion yet for this question.
