Skip to main content
A newer version of this page is available. .
All docs
V21.1

MongoDBQuery.ActualName Property

Stores the actual name of a MongoDB query.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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