Skip to main content
All docs
V24.2

MongoDBQueryViewModel.CollectionName Property

Specifies the name of a MongoDB database collection.

Namespace: DevExpress.DataAccess.UI.MongoDB

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public string CollectionName { get; set; }

Property Value

Type Description
String

The name of a MongoDB database collection.

See Also