MongoDBQueryCollection.GenerateUniqueName(MongoDBQuery) Method
Generates the unique name for a query within the MongoDB query collection.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| query | MongoDBQuery | A MongoDB query. |
Returns
| Type | Description |
|---|---|
| String | The unique name for the specified MongoDB query. |
See Also