REST.Client.TCustomRESTClient.GetEntityArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Envoie une requête GET et essaie de mapper le résultat sur un tableau d'instances de classe <T>.

Voir aussi