Datasnap.DSClientRest.TDSRestParameterMetaData.TypeName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TypeName: string;

C++

System::UnicodeString TypeName;

Description

Parameter type or return type name.

TypeName returns server method parameter type or return type name needed by TDSRestCommand.

See Also