Datasnap.DSProxyRest.TDSAdminRestClient.DescribeClass
[–] 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.