Datasnap.DSClientRest.TDSRestParameterMetaData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: Datasnap.DSClientRest

Delphi

TDSRestParameterMetaData = record

C++

struct DECLSPEC_DRECORD TDSRestParameterMetaData
{
public:
    System::UnicodeString Name;
    int Direction;
    int DBXType;
    System::UnicodeString TypeName;
};

Description

Metadata about a parameter or about a return value of a server method, including the name of the parameter, its type, and more.

See Also