MongoDBQueriesViewModel Properties
A View Model that contains information about a collection of MongoDB queries.| Name | Description |
|---|---|
| DatabaseNames | Stores the names of MongoDB databases. |
| ExternalParameterExpressions | Contains an array of expressions for external parameters. |
| Queries | Stores a collection of MongoDB query View Models. |
| Types | Stores a collection of parameter types. |
See Also