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

QueryParameterCollection.Item[String] Property

Provides access to individual query parameters in the collection by their names.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public QueryParameter this[string queryName] { get; }

Parameters

Name Type Description
queryName String

Specifies the query parameter’s name.

Property Value

Type Description
QueryParameter

The query parameter that has the specified name. null (Nothing in Visual Basic) if the collection does not contain a query parameter with the specified name.

See Also