Skip to main content
A newer version of this page is available. .

QueryParameter Class

An query parameter for the Web Service Endpoint with JSON data.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class QueryParameter :
    DataSourceParameterBase

The following members return QueryParameter objects:

Remarks

Query parameters are added to the QueryParameterCollection that UriJsonSource uses to access JSON data at the specified Web Service Endpoint.

Implements

Inheritance

See Also