Datasnap.DSClientRest.TDSRestParameterMetaData.Name

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

Name: string;

C++

System::UnicodeString Name;

Description

Name of the parameter or blank if a return type.

Direction returns the name of the server method parameter type or blank if a return type, needed by TDSRestCommand.

See Also