Skip to main content
All docs
V23.2

MongoDBQueryCollection.AddRange(IEnumerable<MongoDBQuery>) Method

Adds specified queries to the collection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void AddRange(
    IEnumerable<MongoDBQuery> items
)

Parameters

Name Type Description
items IEnumerable<MongoDBQuery>

A collection of MongoDB queries.

See Also