MongoDBQueryCollection.Remove(MongoDBQuery) Method
Removes a specified query from the MongoDB query collection.
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 specified query is removed. false if the collection does not contain the specified query. |
See Also