Datasnap.DSProxyRest.TDSAdminRestClient.DescribeMethod
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSProxyRest.pas Datasnap.DSProxyRest.hpp
| |
Unit: Datasnap.DSProxyRest | |
Parent: TDSAdminRestClient |
Delphi
function DescribeMethod(ServerMethodName: string): TJSONObject;
C++
System::Json::TJSONObject* __fastcall DescribeMethod(System::UnicodeString ServerMethodName);
Description
Executes the 'DSAdmin.DescribeMethod' command.
The DescribeMethod method executes the 'DSAdmin.DescribeMethod' command through a 'GET' request.
The ServerMethodName parameter specifies the name of the server method to describe.