Datasnap.DSClientRest.IDSRestCachedObject.GetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: IDSRestCachedObject |
Delphi
function GetValue(AConnection: TDSRestConnection; AOwnsObject: Boolean = True;
const ARequestFilter: string = ''): T;
C++
virtual T __fastcall GetValue(TDSRestConnection* AConnection, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString()) = 0 ;
Description
Defines the GetValue method.
GetValue defines the GetValue method implemented in the TDSRestCachedObject class.