Skip to main content
All docs
V25.1
  • MongoDBQueryCollection.Contains(MongoDBQuery) Method

    Checks whether the MongoDB query collection contains a specified query.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public bool Contains(
        MongoDBQuery item
    )

    Parameters

    Name Type Description
    item MongoDBQuery

    A MongoDB query.

    Returns

    Type Description
    Boolean

    true if the MongoDB query collection contains the specified query; otherwise, false.

    See Also