Skip to main content
All docs
V23.2

MongoDBQueryCollection.RemoveAt(Int32) Method

Removes a query at the specified index from the MongoDB query collection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The target query’s index in the collection.

See Also