EDMX Designer 在运行时就像 C# 中一样

发布于 2024-11-08 22:54:05 字数 135 浏览 1 评论 0原文

我需要一个设计器工具在我的应用程序中使用,以允许用户设计数据库模型。

是否有任何设计器工具可以在运行时使用 C# 代码集成和使用?

我想 WF 设计器可能很有用,但我找不到任何有关如何将其用作实体设计器或数据库设计器的示例。

I need a designer tool to use in my application to allow the user to design a database model.

Are there any designer tools that can be integrated and utilized using C# code at runtime?

I guess WF designer may be useful, but I couldn't find any examples of how to use it as entity designer or database designer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

昇り龍 2024-11-15 22:54:05

您应该查看:Visual Studio 可视化和建模 SDK。您可以找到创建定制图形设计师的所有资源。

You should have a look at: Visual Studio Visualization and Modeling SDK. You find all resource for create a customized graphic designer.

我要还你自由 2024-11-15 22:54:05

我认为最好的方法是自定义WF设计器以获得所需的设计器。
我认为这可能有用:
http://msdn.microsoft.com/en-us/library/Aa480213

I think the best way is to customize the WF designer to get the desired designer.
I think this may be useful:
http://msdn.microsoft.com/en-us/library/Aa480213

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文