Skip to main content
All docs
V25.1
  • MongoDBQueryCollection.Count Property

    Returns the number of queries in the MongoDB query collection.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public int Count { get; }

    Property Value

    Type Description
    Int32

    The number of queries in the MongoDB query collection.

    See Also