If LivePersistence is set to false, an event is raised which passes an event arguments object which contains the parameters for the fetch or save.
LivePersistence causes 3 events to be raised. One of them is:
PerformWork. This event is raised when ExecuteInsert/Update/Delete is called on the LLBLGenProDataSource control by a bound control. **The work is tracked in a UnitOfWork object which is available to you in the event arguments.
**
In the PerformWorkEventArgs you will find a property called Uow