Datasnap.DSProxy.TDSAdminClient.DescribeMethod
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSProxy.pas Datasnap.DSProxy.hpp
| |
| Unit: Datasnap.DSProxy | |
| Parent: TDSAdminClient | |
Delphi
function DescribeMethod(ServerMethodName: string): TJSONObject;
C++
System::Json::TJSONObject* __fastcall DescribeMethod(System::UnicodeString ServerMethodName);
Description
Executes the DSAdmin.DescribeMethod command.
The DSAdmin.DescribeMethod command is executed using the TDBXConnection set by the class constructor Create.