Datasnap.DSProxyRest.TDSAdminRestClient.DescribeClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DescribeClass(ClassName: string): TJSONObject;

C++

System::Json::TJSONObject* __fastcall DescribeClass(System::UnicodeString ClassName);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

Description

Executes the 'DSAdmin.DescribeClass' command.

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

The ClassName parameter specifies the name of the class to describe.

See Also