Data.DBXClient.TDBXClientConnection.Rollback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Rollback(const InTransaction: TDBXTransaction); override;

C++

virtual void __fastcall Rollback(Data::Dbxcommon::TDBXTransaction* const InTransaction);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection

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.

See Also