MongoDBQueryViewModel.Collections Property
Stores a list of available MongoDB collections.
Namespace: DevExpress.DataAccess.UI.MongoDB
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<String> | A list of available collections. |
See Also