Data.DBXPlatform.TDSInvocationMetadata.QueryParams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDSInvocationMetadata

Delphi

property QueryParams: TStrings read FQueryParams;

C++

__property System::Classes::TStrings* QueryParams = {read=FQueryParams};

Description

Specifies the query parameters.

The QueryParams property specifies the query parameters from the URL of the request.

See Also