API:REST.Backend.EMSApi.TEMSClientAPI.TQueryParamNames

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TQueryParamNames = record
    public const
      Order = 'order';
      Where = 'where';
      Limit = 'limit';
      Skip = 'skip';
    end;

C++

struct DECLSPEC_DRECORD TQueryParamNames
{
public:
    #define TEMSClientAPI_TQueryParamNames_Order L"order"
    #define TEMSClientAPI_TQueryParamNames_Where L"where"
    #define TEMSClientAPI_TQueryParamNames_Limit L"limit"
    #define TEMSClientAPI_TQueryParamNames_Skip L"skip"
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

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 !