Data.DBXPlatform.TDSInvocationMetadata.QueryParams

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property QueryParams: TStrings read FQueryParams;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

Beschreibung

Gibt die Abfrageparameter an.

Die Eigenschaft QueryParams gibt die Abfrageparameter aus dem URL der Anforderung an.

Siehe auch