Datasnap.DSClientRest.TDSRestCommand.ExecuteCache
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestCommand | |
Delphi
procedure ExecuteCache(const ARequestFilter: string = '');
C++
void __fastcall ExecuteCache(const System::UnicodeString ARequestFilter = System::UnicodeString());
Description
Executes a DataSnap REST command.
The ExecuteCache method executes a DataSnap REST command. The ARequestFilter parameter holds the string containing the REST request. If ARequestFilter is not specified, a default empty string is used.
The ExecuteCache method uses the 'application/rest' context when executing a REST command.