FireDAC.Comp.Client.TFDCustomConnection.Transaction

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Transaction: TFDCustomTransaction read FTransaction

C++

__property TFDCustomTransaction* Transaction = {read=FTransaction, write=SetTransaction};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

説明

TFDCustomTransaction オブジェクトへの参照です。


Transaction プロパティは、トランザクション オブジェクトへの参照を取得/設定します。明示的に指定された Transaction プロパティがない、すべての関連データセットとコマンド、および接続に対するデフォルトになります。

メモ: 現在、この動作をサポートするのは、InterBase と Firebird の接続だけです。

関連項目