EDMX Designer 在运行时就像 C# 中一样
我需要一个设计器工具在我的应用程序中使用,以允许用户设计数据库模型。
是否有任何设计器工具可以在运行时使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该查看: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.
我认为最好的方法是自定义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