Data.DBXClient.TDBXClientCommand.DerivedExecuteUpdate

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

Delphi

procedure DerivedExecuteUpdate; override;

C++

virtual void __fastcall DerivedExecuteUpdate();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand


説明

更新コマンドを実行します。

DerivedExecuteUpdate は、DataSnap 接続の使用時に、更新コマンドを実行するために TDBXCommand.ExecuteUpdate が呼び出します。 TDBXCommand から派生したクラスは、皆これを実装しなければなりません。

関連項目