MongoDBQueryCollection.Item[Int32] Property
In This Article
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 Mongo |
#Property Value
Type | Description |
---|---|
Mongo |
A Mongo |
See Also