Skip to main content
All docs
V24.1

MongoDBQueryCollection.GetEnumerator() Method

Creates an enumerator for 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 IEnumerator<MongoDBQuery> GetEnumerator()

Returns

Type Description
IEnumerator<MongoDBQuery>

An enumerator for the MongoDB query collection.

See Also