Datasnap.DSClientRest.TDSRestCachedDBXReader.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(AConnection: TDSRestConnection; AOwnsObject: Boolean = True; const ARequestFilter: string = '')

C++

Data::Dbxcommon::TDBXReader* __fastcall GetValue(TDSRestConnection* AConnection, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString());

Properties

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

Description

Returns a DataSnap REST dbExpress table rows reader from the cache.

The GetValue method is used to return a DataSnap REST dbExpress table rows reader from the cache.

See Also