Skip to main content
All docs
V23.2

MongoDBQueryCollection.Item[String] Property

Returns a query with a specified name from 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 MongoDBQuery this[string name] { get; set; }

Parameters

Name Type Description
name String

The name of a MongoDB query.

Property Value

Type Description
MongoDBQuery

A MongoDB query.

See Also