Skip to main content
All docs
V25.1
  • MongoDBQueryCollection.AddRange(MongoDBQuery[]) Method

    Adds queries to the collection.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void AddRange(
        MongoDBQuery[] items
    )

    Parameters

    Name Type Description
    items MongoDBQuery[]

    An array of MongoDB queries.

    See Also