Skip to main content
A newer version of this page is available. .
All docs
V21.2

MongoDBQueryCollection.Item[Int32] Property

Returns a query by its index in the collection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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