MongoDBQueryViewModel.ParametersViewModel Property
A View Model that contains information about parameters of a MongoDB query.
Namespace: DevExpress.DataAccess.UI.MongoDB
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.DataAccess.UI.IParametersGridViewModel | An object that implements IParametersGridViewModel interface. |
See Also