Datasnap.DSProxyRest.TDSAdminRestClient.DescribeClass

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 DescribeClass(ClassName: string): TJSONObject;

C++

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

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