Ramblings from the Creator of WilsonDotNet.com
My only complaint is that it does not map Views. I'm not sure what it is going to take to add that ability, but I'm working on it.
Looks like its MySql compatible as well; great update!
[UPDATE] He made an update so views can be mapped and generated.
First, I'd like to state nice update... There are a couple of tweaks id like to see... First it would be very helpful, if the tables in the mapping.config were made in alphabetical order... if you have lots of tables it is hard to find the one your looking for... Second, on the entity update, I was already doing something similar... I created a base class (ORMappedObject is what I called it) which I inherited which had most of this functionality... As almost all of these new methods are not typed, or can be typed generically that is; and this mod seems to generate alot of redundant code... Any chance we could see something like this worked into the template? Dan
I recommend that you make any comments in the thread at CodeSmith since I'm not really working on the these templates myself -- although I think they are great. I also think the point of the CodeSmith templates is of course a sample set of templates, since unlike my ORHelper you can alter the templates yourself. Thanks, Paul Wilson