Skip to main content
All docs
V23.2

MongoDBQueryViewModel Properties

A View Model that contains information about a MongoDB query.
Name Description
Alias Specifies an alias of a MongoDB query.
CollectionName Specifies the name of a MongoDB database collection.
Collections Stores a list of available MongoDB collections.
DatabaseName Specifies the name of a MongoDB database.
FilterString Specifies a filter string for a MongoDB query.
Parameters Specifies a collection of parameters for a MongoDB query.
ParametersViewModel A View Model that contains information about parameters of a MongoDB query.
Query Stores a MongoDB query.
See Also