Hi,
To solve concurrency problems in the system I'm developing, I've created a special timestamp column in each of the tables.
Now I would like to automate the process of generation of IConcurrencyPredicateFactory
implementations for each of my entities.
The optimal solution for me is when I generate the code for my project (using adapter) I would like to create a special folder in the DatabaseGeneric folder which will contain all the IConcurrencyPredicateFactory implementations for all the entities.
How can I do it?
How can I build and register this/these task/s in LLBLGen Pro V2?
Thank you very much