FireDAC.Stan.Option.TFDTxOptions.AutoStop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoStop: Boolean read FAutoStop write SetAutoStop default True;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDTxOptions

Beschreibung

Steuert die automatische Beendigung einer Transaktion.

Mit der Eigenschaft AutoStop steuern Sie die automatische Beendigung einer Transaktion, wenn das DBMS keine automatische Transaktionsverwaltung unterstützt, wie z. B. InterBase oder Firebird. Der Vorgabewert ist True. Wenn AutoStop True ist, dann wird die Transaktion automatisch beendet, sofern aktive Transaktionen vorhanden sind, die von FireDAC automatisch gestartet wurden.

Siehe auch