version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I have some generated code (which wasn't generated by llblGenPro) that allows me to do the usual stuff on an object "create/ save/ delete". I don't like the way that it's generated, it has too many manual steps.I'd rather use llblgenpro for the entire project.
However, I don't have too much left to do, so I'd rather incorprate llblgenPro for the remaining work.
I have added some fields to the underlying database.I want to use llblGenPro to grab and persist thse new fields, instead of using the old framework to generate them.
Is it perfectly feasible to to the following?
<pseudoCode>
call "Update" on the NON llblGenPro generated object
THEN
call "Update" on the llblGenPro entityCollection that deals specifically with the newly created fields?
</pseudoCode>
I hope the above doesn't sound too confused.
please let me know.
yogi