Using LLBLGen v2.6 (see full details in signature):
I have a class which contains a UnitOfWork. Multiple object may throw events that result in entities being added to the UnitOfWork to be inserted, updated, etc. Other events may trigger the current UnitOfWork being committed to the database.
Is there a way to determine if the current contents of the UnitOfWork have been committed to the database?