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.
source
share