Datasnap.DSClientRest.TDSRestCacheCommand.DeleteCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteCommand;

C++

void __fastcall DeleteCommand();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCacheCommand

Description

Issues a 'DELETE' command to the server.

The DeleteCommand method issues a 'DELETE' command to the server.

See Also