MongoDBQueryCollection.ContainsName(String) Method
Checks whether the MongoDB query collection contains a query with a specified name.
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 |
---|---|---|
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