MongoDBQueryCollection.Item[Int32] Property
Returns a query by its index in the collection.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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