Hello Experts,
I have a large number of objects in my UnitOfWork, and it is possible that a few might cause an error when saved. In this scenario, will the uow not save (i.e. commit to database) any object at all, or will it save all objects which didnt generated any errors? I'm looking for enabling the latter behaviour in case it is not the default, any way to do that?
Thanks
Kin