问题描述
我想从数据库中更新我的ADO.NET实体框架模型,但我找不到实体模型浏览器窗口。还有就是如何在这里更新我的模型一个例子,但我找不到如何打开模型浏览器。可能有人请告诉我究竟是如何使用Visual Studio 2010来打开它?
I want to update my ADO.NET Entities Framework Model from the database, but I cannot find the Entity Model Browser Window. There is an example of how to update my model here, but I cannot find how to open the model browser. Could someone please tell me exactly how to open it using Visual Studio 2010?
我试图通过视图菜单中找到它,我没有得到任何有效的选项时,在.edmx文件右击。
I tried finding it through the view menu, and I do not get any valid options when right-clicking on the .edmx file.
推荐答案
首先,打开EDMX文件。然后,在主菜单中选择视图>其他的Windows>实体数据模型浏览器(一般是指在同一个面板解决方案资源管理器中打开)。
First, open up the EDMX file. Then, in main menu select View > Other Windows > Entity Data Model Browser (it usually opens in the same panel as Solution explorer).
这篇关于找不到在VS2010 ADO.NET实体模型浏览器窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!