TransactionlessUnitOfWork.OnRollback event

namespace: Serenity.Data   assemblySerenity.Net.Data

Occurs when Dispose is called as there is no underlying transaction.

public event Action OnRollback;

See Also