Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近将 SQL Server 中的所有表都移到了一个新模式中,比如说XYZ。现在我想更新我的 edmx,以引用新模式XYZ下的表。我怎么做?它目前允许我将所有表从XYZ模式添加到 edmx。
一个鲜为人知的事实是该edmx文件是xml,因此可以作为文本进行编辑,也可以使用设计器工具进行编辑。
edmx
在 Visual Studio 中,您可以在解决方案资源管理器中右键单击它并选择Open With...访问 xml。在那里,搜索Schema=,您将找到包含所有数据库表引用的部分。根据需要更改这些并保存。
Open With...
Schema=