REST.Backend.ServiceTypes.TBackendQueryApi.Query

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Query(const ADataType, ABackendClassName: string; const AQuery: array of string; const AJSONArray: TJSONArray); overload;
procedure Query(const ADataType, ABackendClassName: string; const AQuery: array of string; const AJSONArray: TJSONArray; out AMetaArray: TArray<TBackendEntityValue>); overload;
procedure Query<T: class, constructor>(const ADataType, ABackendClassName: string; const AQuery: array of string; const AResultList: TBackendObjectList<T>); overload;

C++

void __fastcall Query(const System::UnicodeString ADataType, const System::UnicodeString ABackendClassName, const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray)/* overload */;
void __fastcall Query(const System::UnicodeString ADataType, const System::UnicodeString ABackendClassName, const System::UnicodeString *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray, /* out */ System::DynamicArray<Rest::Backend::Metatypes::TBackendEntityValue> &AMetaArray)/* overload */;
template<typename T> void __fastcall Query(const System::UnicodeString ADataType, const System::UnicodeString ABackendClassName, const System::UnicodeString *AQuery, const int AQuery_High, TBackendObjectList__1<T>* const AResultList)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendQueryApi

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !