FireDAC.Comp.Client.TFDConnection.UpdateTransaction

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

Delphi

property UpdateTransaction: TFDCustomTransaction read FUpdateTransaction write SetUpdateTransaction;

C++

__property UpdateTransaction;

プロパティ

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

説明

TFDCustomTransaction オブジェクトへの参照です。データベースに変更をポストするために使用されます。

FireDAC.Comp.Client.TFDConnection.UpdateTransaction は FireDAC.Comp.Client.TFDCustomConnection.UpdateTransaction を継承しています。以下の内容はすべて FireDAC.Comp.Client.TFDCustomConnection.UpdateTransaction を参照しています。


TFDCustomTransaction オブジェクトへの参照です。データベースに変更をポストするために使用されます。


UpdateTransaction プロパティは、トランザクション オブジェクトへの参照を取得/設定します。これは、明示的に指定された UpdateTransaction プロパティがない、すべての関連データセットに対するデフォルトになります。このトランザクションは、データベースに変更をポストするために、各データセットにより使用されます。

UpdateTransaction ではなく、Transaction が指定されている場合、Transaction オブジェクトが UpdateTransaction の代わりに使用されます。

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

関連項目