FireDAC.Stan.Option.TFDTxOptions

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTFDTxOptions

Delphi

TFDTxOptions = class (TPersistent)

C++

class PASCALIMPLEMENTATION TFDTxOptions : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option FireDAC.Stan.Option

Description

The set of options controlling transaction behavior.

The TFDTxOptions class represents the set of properties controlling the behavior of a transaction, initiated by the FireDAC components or by the Phys Layer command interfaces:

The transaction option application is deferred until the next SQL command execution. Changed options will be applied right before the execution of the next SQL command.

See Also