Hi Otis,
Many of my applications that I use LLBLGen Pro for are very user oriented. As a result, we can use the same application for A LOT of clients. (You may remember my problem of using multiple schemas in a catalog).
Problem is that I have to keep EntitFieldFactory.cs(?) synched up with my schema name on every little database change. There are many ways I have accomplished this. (The easiest way so far has been to check-in right before regeneration and the do a manually merge).
Basically; what I'd like to see (to keep from hating changing anything) is a static field and method in EntitFieldFactory.cs(?) called ActiveSchema(), that would grab the value from the *config file. That is precisly what I've done but, having to merge that little peice of code into hundreds of fields quite literally sucks.
Is there any chance of seeing that in a future release?
Isn't it good to promote user-based data object programming anyway?
Thanks,
Chris