MongoDBQueryViewModel(MongoDBQuery, IParameterService, IParameterEditorService, Dictionary<String, String[]>) Constructor
In This Article
Initializes a new instance of the MongoDBQueryViewModel class with specified settings.
Namespace: DevExpress.DataAccess.UI.MongoDB
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public MongoDBQueryViewModel(
MongoDBQuery query,
IParameterService parameterService,
IParameterEditorService parameterEditorService,
Dictionary<string, string[]> serverSchema
)
#Parameters
Name | Type | Description |
---|---|---|
query | Mongo |
A Mongo |
parameter |
IParameter |
A service that manages external parameters the Mongo |
parameter |
IParameter |
A service that manages parameter types of the Mongo |
server |
Dictionary<String, String[]> | Contains Mongo |
See Also