Datasnap.DSClientRest.TDSRestParameterMetaData
Delphi
TDSRestParameterMetaData = record
C++
struct DECLSPEC_DRECORD TDSRestParameterMetaData
{
public:
    System::UnicodeString Name;
    int Direction;
    int DBXType;
    System::UnicodeString TypeName;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| record struct | public | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp | Datasnap.DSClientRest | Datasnap.DSClientRest | 
Description
Métadonnées concernant un paramètre ou une valeur de retour d'une méthode de serveur, y compris le nom du paramètre, son type, et davantage.