ManageQueriesContext.ParameterService Property
In This Article
Stores a service that manages external parameters of MongoDB queries in the Manage Queries dialog.
Namespace: DevExpress.DataAccess.UI.MongoDB
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public IParameterService ParameterService { get; set; }
#Property Value
Type | Description |
---|---|
IParameter |
An object that manages external parameters of Mongo |
See Also