Data.DBXClient.TDBXClientConnection.Rollback
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
| Unit: Data.DBXClient | |
| Parent: TDBXClientConnection | |
Delphi
procedure Rollback(const InTransaction: TDBXTransaction); override;
C++
virtual void __fastcall Rollback(Data::Dbxcommon::TDBXTransaction* const InTransaction);
Description
Rolls back the work for a transaction of a DataSnap connection.
Rollback is called by RollbackFreeAndNil to roll back the work for a transaction of a DataSnap connection.