Datasnap.DSProxy.TDSAdminClient.GetServerMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServerMethods: TDBXReader;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Datasnap.DSProxy TDSAdminClient

Description

Executes the DSAdmin.GetServerMethods command.

The DSAdmin.GetServerMethods command is executed using the TDBXConnection set by the class constructor Create.

See Also