Tagged Questions

0
votes
1answer
62 views

Using COM objects in a T4 template?

I'm new to Visual Studio's T4 template engine, and I'm wondering how I can use COM objects to build templates. Specifically, SQL-DMO (to generate classes from stored procedures on a SQL 2000 server, ...