Skip to main content
All docs
V24.2

MongoDBQueryCollection.Item[Int32] Property

Returns a query by its index in the collection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public MongoDBQuery this[int index] { get; set; }

#Parameters

Name Type Description
index Int32

The index of an element in the MongoDB query collection.

#Property Value

Type Description
MongoDBQuery

A MongoDB query.

See Also