EMS.Services.TEMSInternalAPI.TQueryParamNames
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: TEMSInternalAPI |
Delphi
TQueryParamNames = record
C++
struct DECLSPEC_DRECORD TQueryParamNames
{
public:
#define TEMSInternalAPI_TQueryParamNames_Order L"order"
#define TEMSInternalAPI_TQueryParamNames_Where L"where"
#define TEMSInternalAPI_TQueryParamNames_Limit L"limit"
#define TEMSInternalAPI_TQueryParamNames_Skip L"skip"
};
Description
Strings to use as keys in query parameters of requests for built-in EMS resources.
You do not need to use TQueryParamNames to use the TEMSInternalAPI class, but you might need TQueryParamNames if you create a subclass of TEMSInternalAPI that extends its functionality.