I have inherited a project that uses LLBLGen Pro for the DB layer. The DB model requires that when a entry is deleted a flag (DeletedDate is set to the current time). The last p
You could create custom task in LLBLGen that would override those for you when you are generating entities. Check out their template studio and template examples on the website.