Datasnap.DSClientRest.TDSRestParameterMetaData.TypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TypeName: string;

C++

System::UnicodeString TypeName;

Properties

Type Visibility Source Unit Parent
field public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestParameterMetaData

Description

Parameter type or return type name.

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

See Also