Greetings,
Is there a difference between using differen adapter data methods (like DeleteEntitiesDirectly, DeleteEntity and SaveEntity) using the same adapter object and inside a transaction;
and doing the same operations using a UnitOfWork?
Mainly, Does the unit-of-work do all its operations in one-go (one database trip) ?