Search code examples
c#workflow-foundationdesignergui-designer

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.


Solution

  • 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