REST.Client.TCustomRESTClient.GetEntityArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEntityArray<T: class, constructor>(const AQuery: string): TArray<T>;

C++

template<typename T> System::DynamicArray<T> __fastcall GetEntityArray(const System::UnicodeString AQuery);

Properties

Type Visibility Source Unit Parent
function public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Sends a GET request and tries to map the result to an array of instances of class <T>.

See Also