Datasnap.DSCommonServer.DSAdmin.DescribeMethod
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
| Unit: Datasnap.DSCommonServer | |
| Parent: DSAdmin | |
Delphi
function DescribeMethod(const ServerMethodName: string): TJSONObject;
C++
System::Json::TJSONObject* __fastcall DescribeMethod(const System::UnicodeString ServerMethodName);
Description
Returns the method metadata stored in a JSON object.
The DescribeMethod method returns the metadata stored in a JSON object from a method given through the ServerMethodName parameter.