Afficher : Delphi C++
Préférences d'affichage

Datasnap.DSClientRest.TDSRestParameterMetaData

De XE2 API Documentation

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
struct
class
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !

Versions précédentes
Traductions