Datasnap.DSClientRest.IDSRestCachedCommand.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: IDSRestCachedCommand

Delphi

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

C++

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

Description

Defines the GetCommand method.

GetCommand defines the GetCommand method implemented in the TDSRestCachedItem class.

See Also