LLBLGen: How can I softdelete a entry

后端 未结 3 1124
被撕碎了的回忆
被撕碎了的回忆 2021-02-10 12:41

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:35

    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.

提交回复
热议问题