MongoDBQuery.ActualName Property
In This Article
Stores the actual name of a MongoDB query.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
String | The actual name of a Mongo |
#Remarks
This property returns the CollectionName property value. If the Alias property is specified, the ActualName property returns its value instead.
See Also