Datasnap.DSClientRest.TDSRestCachedItem.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommand(AConnection: TDSRestConnection; AOwnsObject: Boolean = True): TJSONObject;

C++

System::Json::TJSONObject* __fastcall GetCommand(TDSRestConnection* AConnection, bool AOwnsObject = true);

Properties

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

Description

Issues a 'GET' command to the server.

The GetCommand method issues a 'GET' command to the server.

See Also