MongoDBQueryCollection.Contains(MongoDBQuery) Method
Checks whether the MongoDB query collection contains a specified query.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MongoDBQuery | A MongoDB query. |
Returns
Type | Description |
---|---|
Boolean | true if the MongoDB query collection contains the specified query; otherwise, false. |
See Also