EDMX Designer like in C # at runtime

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

Are there developer tools that can be integrated and used using C # code at runtime?

I suppose a WF constructor might be useful, but I could not find examples of how to use it as an entity designer or database designer.

+3
source share
2 answers

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

+1
source

All Articles