Skip to main content
All docs
V24.1

MongoDBQueryCollection.Count Property

Returns the number of queries in 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

public int Count { get; }

Property Value

Type Description
Int32

The number of queries in the MongoDB query collection.

See Also