MongoDBQueryCollection.Item[String] Property
In This Article
Returns a query with a specified name from the MongoDB query collection.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public MongoDBQuery this[string name] { get; set; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | The name of a Mongo |
#Property Value
Type | Description |
---|---|
Mongo |
A Mongo |
See Also