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

QueryParameterCollection Class

A collection that lists query parameters.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class QueryParameterCollection :
    Collection<QueryParameter>

The following members return QueryParameterCollection objects:

Remarks

The UriJsonSource uses query parameters from this collection to request JSON data from the specified Web Service Endpoint.

Use the QueryParameters property to access this collection.

Inheritance

Object
Collection<QueryParameter>
QueryParameterCollection
See Also