LiteDAC

TDATransaction.OnRollback Event

Occurs after the transaction has been successfully rolled back.

Class

TDATransaction

Syntax

property OnRollback: TNotifyEvent;

Remarks

The OnRollback event fires when the M:Devart.Dac.TDATransaction.Rollback method is executed, just after the transaction is successfully rolled back. In order to respond to the M:Devart.SQLiteDac.TLiteTransaction.RollbackRetaining() method execution, the OnRollbackRetaining event is used.

When an error occurs during rollback, the OnError event fired.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback