MongoDBDataSourceUIHelper.ManageQueries Method
| Name | Parameters | Description |
|---|---|---|
| ManageQueries(MongoDBDataSourceBase, ManageQueriesContext) static | dataSource, context | Invokes the Manage Queries dialog with the specified settings for the MongoDB Data Source. |
| ManageQueries(MongoDBDataSourceBase) static | dataSource | Invokes the Manage Queries dialog for the MongoDB Data Source. |
| ManageQueries<TModel>(MongoDBDataSourceBase, ManageQueriesContext, Action<IWizardCustomization<TModel>>) static | dataSource, context, customizeWizard | Invokes the Manage Queries dialog with the specified settings and customization parameters for the MongoDB Data Source. |