MongoDBQueryCollection.ContainsName(String) Method
Checks whether the MongoDB query collection contains a query with a specified name.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The name of a MongoDB query. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the MongoDB query collection contains a query with the specified name; otherwise, false. |
See Also