Skip to main content
All docs
V25.1
  • MongoDBQueryCollection.RemoveAt(Int32) Method

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

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void RemoveAt(
        int index
    )

    Parameters

    Name Type Description
    index Int32

    The target query’s index in the collection.

    See Also