- Right click on any table/view/stored procedure and create an interface based upon the columns.
- Build a strongly typed collection and business object based upon these items.
- Based upon a database diagram, generate a strongly typed dataset.
When accessing the Server Explorer window, I am able to get the name of the selected node, but I can't figure out how to access the properties. What I would like is a way to get the properties for a selected node in the Server Explorer window.
I use CodeSmith (thanks Eric) to generate the information now, but would still like a way to do this through the Visual Studio IDE. The company I am working for will be with 2003 for a while after 2005 becomes available, so I would like to make this work in 2003.
I would appreciate any feedback....
Until next time


1 comments:
I am working on a similar pluggin. Have you found a good approach to get database/table/column information from a plugin?
thx
Post a Comment