I have a c# project which includes a Text Template. I would like this template to generate some SQL based on reflecting against the C# classes in the project.
How does one access the current project s contents using T4? Is it possible, and if so, is Reflection available, or is it access to just the raw source that must then be parsed?
Thanks in advance!