QueryParameter Constructors
A parameter that is used to pass HTTP request parameter values to a JSON endpoint.
Name | Parameters | Description |
---|---|---|
Query |
none |
Creates a new instance of the Query |
Query |
name, value |
Creates a new instance of the Query |
Query |
name, type, value |
Creates a new instance of the Query |
See Also