Datasnap.DSClientRest.TDSRestCachedItem.DeleteCommand

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

Delphi

procedure DeleteCommand(AConnection: TDSRestConnection);

C++

void __fastcall DeleteCommand(TDSRestConnection* AConnection);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

説明

DELETE コマンドをサーバーに発行します。

DeleteCommand メソッドは、DELETE コマンドをサーバーに発行します。

関連項目