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