Skip to main content
All docs
V23.2

MongoDBQuery.ActualName Property

Stores the actual name of a MongoDB query.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public string ActualName { get; set; }

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