QueryParameterCollection.Item[String] Property
In This Article
Provides access to individual items from QueryParameterCollection by name.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public QueryParameter this[string queryName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
query |
String | A query parameter’s name. |
#Property Value
Type | Description |
---|---|
Query |
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