Datasnap.DSClientRest.TDSRestParameterMetaData.DBXType

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

DBXType: Integer;

C++

int DBXType;

Description

Parameter type or return type.

DBXType returns server method parameter type or return type needed by TDSRestCommand.

See Also