MongoDBQueryCollection.RemoveAt(Int32) Method
Removes a query at the specified index from the MongoDB query 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 target query’s index in the collection. |
See Also