EDMX Designer like in c# at runtime
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.
You should have a look at: Visual Studio Visualization and Modeling SDK. You find all resource for create a customized graphic designer.
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
精彩评论