Skip to main content
All docs
V26.1
  • MongoDBQueryCollection.AddRange(IEnumerable<MongoDBQuery>) Method

    Adds specified queries to the collection.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public void AddRange(
        IEnumerable<MongoDBQuery> items
    )

    Parameters

    Name Type Description
    items IEnumerable<MongoDBQuery>

    A collection of MongoDB queries.

    See Also