0

I'm planning to develop an Add-in for Visual Studio 2008 that will allow me to programmatically create basic procedures for tables in a Database Project.

However I'm stuck in the very early stage because I can't find a way to programmatically navigate the schema view of the Database Project.

Does anyonw know how do I do it?

Paulo Santos
  • 11,285
  • 4
  • 39
  • 65

1 Answers1

0

Are you referring to "VS Team System - Database Edition" projects? I came across this blog post the other day about using T4 templates with such a project.

Daniel Pratt
  • 12,007
  • 2
  • 44
  • 61