70-516 · Question #171
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the Entity Framework Designer to create an Entity Data Model (EDM). You need to create a…
The correct answer is C. Run the Generate Database command. You can generate the database from the conceptual model: Right-click the Entity Framework designer surface and then choose Generate Database From Model. The script has been created and saved to a file, but it has not been executed.
Question
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 to develop an application. You use the Entity Framework Designer to create an Entity Data Model (EDM). You need to create a database creation script for the EDM. What should you do?
Options
- AUse a new Self-Tracking Entities template.
- BDrag entities to Server Explorer.
- CRun the Generate Database command.
- DSelect Run Custom Tool from the solution menu.
How the community answered
(57 responses)- A11% (6)
- B2% (1)
- C81% (46)
- D7% (4)
Explanation
You can generate the database from the conceptual model: Right-click the Entity Framework designer surface and then choose Generate Database From Model. The script has been created and saved to a file, but it has not been executed.
Topics
Community Discussion
No community discussion yet for this question.