Datasnap.DSCommonServer.DSAdmin.DescribeMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DescribeMethod(const ServerMethodName: string): TJSONObject;

C++

System::Json::TJSONObject* __fastcall DescribeMethod(const System::UnicodeString ServerMethodName);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer DSAdmin

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.

See Also