Sign in | Join
Last post 10-22-2005 12:00 AM by codegalaxy. 6 replies.
Sort Posts: Oldest to newest Newest to oldest
codegalaxy wrote:I am using a stored proc as the inof source and wondered if anyone had a CodeSmith template to create an info class from a stored proc or a view - all the ones i have only do tablesTIA
Does the SP return data from a particular table(s)? If so, then you might be able to get a jumpstart by pointing your template engine at those... You may still need to clean up any joins and names, but it may save you a lot of typing for the rest.
codegalaxy wrote:Yeah thats what I ended up doing