REST.Backend.ServiceTypes.IBackendQueryApi.Query

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Query(const AClass: TBackendMetaClass; const AQuery: array of string;  const AJSONArray: TJSONArray); overload;
procedure Query(const AClass: TBackendMetaClass; const AQuery: array of string;  const AJSONArray: TJSONArray; out AObjects: TArray<TBackendEntityValue>); overload;

C++

virtual void __fastcall Query(const Rest::Backend::Metatypes::TBackendClassValue AClass, System::UnicodeString const *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray) = 0 /* overload */;
virtual void __fastcall Query(const Rest::Backend::Metatypes::TBackendClassValue AClass, System::UnicodeString const *AQuery, const int AQuery_High, System::Json::TJSONArray* const AJSONArray, /* out */ System::DynamicArray<Rest::Backend::Metatypes::TBackendEntityValue> &AObjects) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendQueryApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!