FromQueryAttribute Class
Makes a service operation parameter be read from the query string of the request URL.
Remarks
The parameter is passed by name, as in ?Year=2020&Month=6. It is the default for operations that respond to GET.
Syntax
Unit: XData.Service.Common
FromQueryAttribute = class(ParamBindingAttribute);