Skip to main content
All docs
V23.2

MongoDBQueryCollection.GetEnumerator() Method

Creates an enumerator for the MongoDB query collection.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.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