Datasnap.DSClientRest.TDSRestParameterMetaData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TDSRestParameterMetaData = record
    Name: string;
    Direction: Integer;
    DBXType: Integer;
    TypeName: string;
  end;

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.

Voir aussi