FireDAC.Stan.Option.TFDTxOptions.AutoStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoStop: Boolean read FAutoStop write SetAutoStop default True;

C++

__property bool AutoStop = {read=FAutoStop, write=SetAutoStop, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDTxOptions

Description

Controls the automatic termination of a transaction.

Use the AutoStop property to control the automatic termination of a transaction, if DBMS does not support automatic transaction management, like InterBase or Firebird. The default value is True.  If AutoStop is True, then the transaction will be automatically terminated, provided that there are active transactions automatically started by FireDAC.

See Also