LLBLGen: How can I softdelete a entry

后端 未结 3 2003
谎友^
谎友^ 2021-02-10 12:46

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

3条回答
  •  耶瑟儿~
    2021-02-10 13:28

    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.

提交回复
热议问题