I am using the NetTiers CodeSmith templates.
I am looking for a way to get the underlying column and table information from a view. CodeSmith's schema explorer is rather lacking in information about views.
Is there something I am missing in CodeSmith. Or is there a way I can get the underlying schema of the view itself so I can parse it and build my own meta data?
If CodeSmith is unable to provide any of this information. Then I could execute some custom sql to get the information, however I am unsure how to do that in CodeSmith as well.