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

QueryParameterCollection.AddRange(QueryParameter[]) Method

Adds an array of query parameters to the end of the collection.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public void AddRange(
    QueryParameter[] items
)

Parameters

Name Type Description
items QueryParameter[]

An array of query parameters to append to the collection.

Remarks

Query parameters are added to the end of the collection in the same order they have in the array.

See Also