Frans,
Its probably posted in another thread but if you would be so kind, when are you going to be integrating functions and features like case, substring, ... support into LLBLGen?
I grew impatient the other day and began implementing them myself
I'm about half way through I am guessing and stopped because of that same old nasty fear, the next release would have it, or even wouldn't have it and I would need to remerge my code.
I have a Custom_DataAccessAdapterTemplate file if people want it that allows you to call functions similar to stored procedures, the one I use has my debugging code that's in the 3'rd party section as well, but if people want it I can post it.
Unfortunatly this wasn't what I really wanted, I wanted the ability to create a TypedList, with one or more of the fields to be functions, well I did this, then I said hmm be nice to do case statements, substrings, etc. as well, so I'm working on a new custom field type that allows for custom aggregates type functions.
Obviously none of this has designer support which would be really cool, but in all honesty doesn't gain me a lot, since I frequently have self joining typed lists so I build them in code already.
My biggest problems is my implementation of this requires modification of the support classes, something I really don't like to do due to maintaining the changes with Frans's changes.
Secondly I kind of built a hidden entity to 'bind' the functions return values to, again to limit the places where I modify the original code, due to LLBLGen wanting persistence information from an Entity when building lists
Also I have no support for functions etc in the where clause, I haven't begun to look at that portion, currently I am only working with result field lists.
Doesn't help that management isn't in the office this week, and I'm bored for the 2 days I'm in the office, and sitting here debating on if I should or if I shouldn't
Sigh
John