FireDAC.Comp.Client.TFDTransaction

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomTransactionFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDTransaction
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDTransaction = class(TFDCustomTransaction)

C++

class PASCALIMPLEMENTATION TFDTransaction : public TFDCustomTransaction

Description

This class is responsible for the connection transaction management.

Use TFDTransaction to manage transactions in a connection to a DBMS. The component, at first, is target to InterBase and Firebird client application developers.

See Also

Samples