MongoDBQueryCollection.Contains(MongoDBQuery) Method
Checks whether the MongoDB query collection contains a specified query.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
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