FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.UseTransactions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseTransactions: Boolean read FUseTransactions write FUseTransactions default True;

C++

__property bool UseTransactions = {read=FUseTransactions, write=FUseTransactions, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLiteVDataSet.pas
FireDAC.Phys.SQLiteVDataSet.hpp
FireDAC.Phys.SQLiteVDataSet TFDLocalSQL

Description

Controls how the LocalSQL uses the destination database transactions.

When property is set to TRUE, then the LocalSQL will use the destination database transactions.