REST.Client.TCustomRESTClient.GetEntityArray

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


説明

GET 要求を送信し、その結果を <T> クラスのインスタンスの配列にマッピングしようとします。

関連項目