LLBL Pro version = 2.5 final
runtime version = v2.0.50727
Using ASP.NET 2.0
Database = MS SQL 2005
selfsevicing
Hi,
Sorry if this is a basic question but I'm new to LLBlGen Pro and after searching the formus and faq's I can't find any satisfactory answers.
I'd would like to find out what's the best way to initialize a property of a newly created entity? I think that it should go in InitClassEmpty() method before the call to InitClassMembers(). The problem is everytime i regenerate the LLBLGen project I loose the code I've added to the InitClassEmpty() method. Can I move the //__LLBLGENPRO_USER_CODE_REGION tags up so my code will initialize my properties before the call to InitClassMemebers(). Everytime I move the user code region tags and regenerate the project the generated code is all messed up.
Please advise