llblgen v2.0
.net framework 2.0
Hi,
I have a need to use the create a UnitOfWork2 object. In scenario 1 this uow2 is used for saving a record. In scenario 2 this uow2 is used for updating a record.
Question:
1. How can I construct a uow2 object that can be used for updating a record?
2. In the documentation it said
You can't use the UnitOfWork2 to store select actions or update directly in the database kind of actions
. However the PerformWork routine of the llblgenprodatasource2 handles CUD by accepting a unitofwork2 instance. Is there a contradiction here?
Thank you,
BZ