Datasnap.DSClientRest.TDSRestCachedItem.DeleteCommand
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestCachedItem | |
Delphi
procedure DeleteCommand(AConnection: TDSRestConnection);
C++
void __fastcall DeleteCommand(TDSRestConnection* AConnection);
Description
Issues a 'DELETE' command to the server.
The DeleteCommand method issues a 'DELETE' command to the server.