Skip to main content
All docs
V24.1

MongoDBQueryCollection.AddRange(MongoDBQuery[]) Method

Adds queries to the collection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void AddRange(
    MongoDBQuery[] items
)

Parameters

Name Type Description
items MongoDBQuery[]

An array of MongoDB queries.

See Also