Skip to main content
All docs
V24.1

MongoDBQueryViewModel.DatabaseName Property

Specifies the name of a MongoDB database.

Namespace: DevExpress.DataAccess.UI.MongoDB

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public string DatabaseName { get; set; }

Property Value

Type Description
String

The name of a MongoDB database.

See Also