REST.Backend.EMSApi.TEMSClientAPI.TQueryParamNames

From RAD Studio API Documentation
Jump to: navigation, search

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"
};

Properties

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

Description

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