Datasnap.DSProxyRest.TDSAdminRestClient.GetServerMethodParameters

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Unit: Datasnap.DSProxyRest
Parent: TDSAdminRestClient

Delphi

function GetServerMethodParameters: TDBXReader;

C++

Data::Dbxcommon::TDBXReader* __fastcall GetServerMethodParameters();

Description

Executes the 'DSAdmin.GetServerMethodParameters' command.

The GetServerMethodParameters method executes the 'DSAdmin.GetServerMethodParameters' command through a 'GET' request.

See Also