MongoDBQueryViewModel.Parameters Property
Specifies a collection of parameters for a MongoDB query.
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 |
---|---|
BindingList<IParameterViewModel> | A collection of parameters for a MongoDB query. |
See Also