MongoDBQuery.ActualName Property
Stores the actual name of a MongoDB query.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
String | The actual name of a MongoDB query. |
Remarks
This property returns the CollectionName property value. If the Alias property is specified, the ActualName property returns its value instead.
See Also